[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec h263.c,1.301,1.302
Michael Niedermayer CVS
michael
Fri Mar 10 19:40:44 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv22313/libavcodec
Modified Files:
h263.c
Log Message:
fixing uninitalized dc_pred_dir
this needs testing (no files with intra_dc_threshold and vissible ac_pred errors here)
Index: h263.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/h263.c,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- h263.c 10 Mar 2006 18:37:18 -0000 1.301
+++ h263.c 10 Mar 2006 18:40:41 -0000 1.302
@@ -4756,6 +4756,7 @@
i = 0;
}else{
i = -1;
+ ff_mpeg4_pred_dc(s, n, 0, &dc_pred_dir, 0);
}
if (!coded)
goto not_coded;
More information about the ffmpeg-cvslog
mailing list