From 8b8ae298afb32979c81310ffdc9904d29497db5f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 2 Mar 2014 15:18:09 +0100 Subject: [PATCH] avcodec/g2meet: also reset local got_header when reseting the context got_header Signed-off-by: Michael Niedermayer --- libavcodec/g2meet.c | 1 + 1 file changed, 1 insertion(+) 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",