# HG changeset patch # User arpi # Date 1002987901 0 # Node ID 1e6ea72b9b87a95fab0f884ac8215110678495df # Parent c568f4fffb0ad667e5dcdb04b59c86aa0c9a3b65 added -oldpp diff -r c568f4fffb0a -r 1e6ea72b9b87 cfg-mplayer.h --- a/cfg-mplayer.h Sat Oct 13 15:40:35 2001 +0000 +++ b/cfg-mplayer.h Sat Oct 13 15:45:01 2001 +0000 @@ -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