[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
- Previous message: [Mplayer-cvslog] CVS: 0_90/help help_mp-bg.h,1.13,1.14 help_mp-cz.h,1.34,1.35 help_mp-de.h,1.66,1.67 help_mp-dk.h,1.23,1.24 help_mp-el.h,1.12,1.13 help_mp-en.h,1.93,1.94 help_mp-es.h,1.21,1.22 help_mp-fr.h,1.36,1.37 help_mp-hu.h,1.57,1.58 help_mp-it.h,1.20,1.21 help_mp-ko.h,1.12,1.13 help_mp-nl.h,1.22,1.23 help_mp-no.h,1.12,1.13 help_mp-pl.h,1.66,1.67 help_mp-pt_BR.h,1.11,1.12 help_mp-ro.h,1.8,1.9 help_mp-ru.h,1.20,1.21 help_mp-sk.h,1.13,1.14 help_mp-tr.h,1.4,1.5 help_mp-uk.h,1.6,1.7 help_mp-zh.h,1.20,1.21 help_mp-zh_TW.h,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vf.c,1.84,1.85
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: 0_90/help help_mp-bg.h,1.13,1.14 help_mp-cz.h,1.34,1.35 help_mp-de.h,1.66,1.67 help_mp-dk.h,1.23,1.24 help_mp-el.h,1.12,1.13 help_mp-en.h,1.93,1.94 help_mp-es.h,1.21,1.22 help_mp-fr.h,1.36,1.37 help_mp-hu.h,1.57,1.58 help_mp-it.h,1.20,1.21 help_mp-ko.h,1.12,1.13 help_mp-nl.h,1.22,1.23 help_mp-no.h,1.12,1.13 help_mp-pl.h,1.66,1.67 help_mp-pt_BR.h,1.11,1.12 help_mp-ro.h,1.8,1.9 help_mp-ru.h,1.20,1.21 help_mp-sk.h,1.13,1.14 help_mp-tr.h,1.4,1.5 help_mp-uk.h,1.6,1.7 help_mp-zh.h,1.20,1.21 help_mp-zh_TW.h,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vf.c,1.84,1.85
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list