[Mplayer-cvslog] CVS: main cfg-common.h,1.110,1.111

Alex Beregszaszi alex at mplayerhq.hu
Mon Sep 1 00:18:29 CEST 2003


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

Modified Files:
	cfg-common.h 
Log Message:
remove read/revert hack

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- cfg-common.h	31 Aug 2003 21:55:11 -0000	1.110
+++ cfg-common.h	31 Aug 2003 22:18:24 -0000	1.111
@@ -158,7 +158,7 @@
 	{"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n",
             CONF_TYPE_PRINT, 0, 0, 0, NULL},
 #ifdef USE_LIBAVCODEC
-	{"pp", readPPOpt, CONF_TYPE_FUNC_PARAM, 0, 0, 0, (cfg_default_func_t)&revertPPOpt},
+	{"pp", &divx_quality, CONF_TYPE_INT, 0, 0, 0, NULL},
 #endif
 #ifdef HAVE_ODIVX_POSTPROCESS
         {"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
@@ -260,6 +260,7 @@
 extern int softzoom;
 extern int flip;
 extern int vd_use_slices;
+extern int divx_quality;
 
 /* from dec_audio, currently used for ac3surround decoder only */
 extern int audio_output_channels;



More information about the MPlayer-cvslog mailing list