[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec h263dec.c,1.171,1.172

Michael Niedermayer CVS michael
Sun Dec 18 03:23:22 CET 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv16665

Modified Files:
	h263dec.c 
Log Message:
fix custom matrix permutation if xvid idct is autoselected and you have bad luck


Index: h263dec.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/h263dec.c,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -d -r1.171 -r1.172
--- h263dec.c	17 Dec 2005 18:14:27 -0000	1.171
+++ h263dec.c	18 Dec 2005 02:23:19 -0000	1.172
@@ -640,6 +640,8 @@
     if(s->codec_id == CODEC_ID_MPEG4 && s->xvid_build && avctx->idct_algo == FF_IDCT_AUTO && (mm_flags & MM_MMX) && !(s->flags&CODEC_FLAG_BITEXACT)){
         avctx->idct_algo= FF_IDCT_XVIDMMX;
         avctx->coded_width= 0; // force reinit
+//        dsputil_init(&s->dsp, avctx);
+        s->picture_number=0;
     }
 #endif
 





More information about the ffmpeg-cvslog mailing list