diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-02 15:18:09 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-02 15:22:52 +0100 |
commit | 8b8ae298afb32979c81310ffdc9904d29497db5f (patch) | |
tree | 7796db5cf2a0c93f2f3f59cc2ce5fe83f888a219 /libavcodec/g2meet.c | |
parent | 6b53c1aa822e9c92be52a462dd0aef1c2010ce73 (diff) | |
download | ffmpeg-8b8ae298afb32979c81310ffdc9904d29497db5f.tar.gz |
avcodec/g2meet: also reset local got_header when reseting the context got_header
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/g2meet.c')
-rw-r--r-- | libavcodec/g2meet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/g2meet.c b/libavcodec/g2meet.c index 727501173f..70b5f26049 100644 --- a/libavcodec/g2meet.c +++ b/libavcodec/g2meet.c @@ -691,6 +691,7 @@ static int g2m_decode_frame(AVCodecContext *avctx, void *data, } switch (chunk_type) { case DISPLAY_INFO: + got_header = c->got_header = 0; if (chunk_size < 21) { av_log(avctx, AV_LOG_ERROR, "Invalid display info size %d\n", |