pp range fixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2221 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-10-15 20:09:42 +00:00
parent 9d196ab995
commit e3bee7c840
1 changed files with 1 additions and 1 deletions

View File

@ -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