changeset 2220:58555da47151

pp range fixed
author arpi
date Mon, 15 Oct 2001 20:09:42 +0000
parents c61dfcfb7e6b
children 9fd911c931cd
files cfg-mplayer.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-mplayer.h	Mon Oct 15 19:33:42 2001 +0000
+++ b/cfg-mplayer.h	Mon Oct 15 20:09:42 2001 +0000
@@ -208,7 +208,7 @@
 #endif
 	{"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},
+	{"pp", &divx_quality, CONF_TYPE_INT, CONF_MIN, 0, 63},
 #ifdef HAVE_ODIVX_POSTPROCESS
         {"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1},
 #else