[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.95,1.96

Arpi of Ize arpi at mplayerhq.hu
Mon Jul 14 00:50:47 CEST 2003


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

Modified Files:
	vd_ffmpeg.c 
Log Message:
quant_store is obsolete


Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- vd_ffmpeg.c	1 Jul 2003 22:05:46 -0000	1.95
+++ vd_ffmpeg.c	13 Jul 2003 22:50:16 -0000	1.96
@@ -58,10 +58,6 @@
 
 int avcodec_inited=0;
 
-#if defined(FF_POSTPROCESS) && defined(MBR)
-int quant_store[MBR+1][MBC+1];
-#endif
-
 typedef struct {
     AVCodecContext *avctx;
     AVFrame *pic;



More information about the MPlayer-cvslog mailing list