You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/g2meet: Also clear tile dimensions on header_fail
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user