mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/g2meet: Also clear tile dimensions on header_fail
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
71ec8e1ed6
commit
fb04666995
|
@ -1580,6 +1580,8 @@ header_fail:
|
|||
c->height = 0;
|
||||
c->tiles_x =
|
||||
c->tiles_y = 0;
|
||||
c->tile_width =
|
||||
c->tile_height = 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue