From e3bee7c840bfab12c3473a3db6d26c6eeedf10af Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 15 Oct 2001 20:09:42 +0000 Subject: pp range fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2221 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 7ea0ce2ac6..ca314de2b6 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -208,7 +208,7 @@ struct config conf[]={ #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 -- cgit v1.2.3