[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.86,1.87

Arpi of Ize arpi at mplayer.dev.hu
Sat Oct 13 17:45:04 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv4120

Modified Files:
	cfg-mplayer.h 
Log Message:
added -oldpp

Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- cfg-mplayer.h	12 Oct 2001 16:21:55 -0000	1.86
+++ cfg-mplayer.h	13 Oct 2001 15:45:01 -0000	1.87
@@ -67,6 +67,11 @@
 extern char * skinName;
 #endif
 
+#ifdef HAVE_ODIVX_POSTPROCESS
+extern int use_old_pp;
+#endif
+
+
 /* from libvo/aspect.c */
 extern float monitor_aspect;
 
@@ -204,6 +209,11 @@
 	{"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n",
             CONF_TYPE_PRINT, 0, 0, 0},
 	{"pp", &divx_quality, CONF_TYPE_INT, CONF_RANGE, 0, 63},
+#ifdef HAVE_ODIVX_POSTPROCESS
+        {"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1},
+#else
+        {"oldpp", "MPlayer was compiled without opendivx library", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
+#endif
 	{"autoq", &auto_quality, CONF_TYPE_INT, CONF_RANGE, 0, 100},
 	{"br", &encode_bitrate, CONF_TYPE_INT, CONF_RANGE, 10000, 10000000},
 #ifdef HAVE_PNG




More information about the MPlayer-cvslog mailing list