diff --git a/libavcodec/mpeg4videodec.c b/libavcodec/mpeg4videodec.c index 71b4622109..c152b3c2f2 100644 --- a/libavcodec/mpeg4videodec.c +++ b/libavcodec/mpeg4videodec.c @@ -1495,7 +1495,7 @@ end: static int mpeg4_decode_gop_header(MpegEncContext * s, GetBitContext *gb){ int hours, minutes, seconds; - if(!show_bits(gb, 18)){ + if(!show_bits(gb, 23)){ av_log(s->avctx, AV_LOG_WARNING, "GOP header invalid\n"); return -1; }