mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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->height = 0;
|
||||||
c->tiles_x =
|
c->tiles_x =
|
||||||
c->tiles_y = 0;
|
c->tiles_y = 0;
|
||||||
|
c->tile_width =
|
||||||
|
c->tile_height = 0;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user