ffmpeg | branch: master | Michael Niedermayer <mich...@niedermayer.cc> | Fri Sep 4 12:11:46 2015 +0200| [fb0466699575724923aeddc4490302180dfdf4af] | committer: Michael Niedermayer
avcodec/g2meet: Also clear tile dimensions on header_fail Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb0466699575724923aeddc4490302180dfdf4af --- libavcodec/g2meet.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/g2meet.c b/libavcodec/g2meet.c index 487b75f..ba83c67 100644 --- a/libavcodec/g2meet.c +++ b/libavcodec/g2meet.c @@ -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; } _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog