mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avcodec/g2meet: Also clear tile dimensions on header_fail
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit fb0466699575724923aeddc4490302180dfdf4af) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
746a65640f
commit
484eb2b0e3
@ -877,6 +877,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…
x
Reference in New Issue
Block a user