From a4e359a3f98650dab3d2e93f067658e20fa9c0d7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 4 Apr 2012 04:19:43 +0200 Subject: [PATCH] mpeg4: dont reset picture_num for xvid Fixes Ticket1162 Signed-off-by: Michael Niedermayer --- libavcodec/h263dec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index 74d9050907..86d4112dbf 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -571,7 +571,6 @@ retry: if (s->codec_id == CODEC_ID_MPEG4 && s->xvid_build>=0 && avctx->idct_algo == FF_IDCT_AUTO && (av_get_cpu_flags() & AV_CPU_FLAG_MMX)) { avctx->idct_algo= FF_IDCT_XVIDMMX; ff_dct_common_init(s); - s->picture_number=0; } #endif