Mercurial > mplayer.hg
changeset 2188:1e6ea72b9b87
added -oldpp
author | arpi |
---|---|
date | Sat, 13 Oct 2001 15:45:01 +0000 |
parents | c568f4fffb0a |
children | 82556b3a1228 |
files | cfg-mplayer.h |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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