[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.67,1.68

Michael Niedermayer CVS michael at mplayerhq.hu
Fri Nov 8 19:40:56 CET 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv4464

Modified Files:
	vd_ffmpeg.c 
Log Message:
fixing vd_ffmpeg to handle cleaned-up ffmpeg 


Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- vd_ffmpeg.c	3 Nov 2002 00:15:55 -0000	1.67
+++ vd_ffmpeg.c	8 Nov 2002 18:40:39 -0000	1.68
@@ -34,7 +34,7 @@
 
 int avcodec_inited=0;
 
-#ifdef FF_POSTPROCESS
+#if defined(FF_POSTPROCESS) && defined(MBR)
 int quant_store[MBR+1][MBC+1];
 #endif
 




More information about the MPlayer-cvslog mailing list