summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-15 20:09:42 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-15 20:09:42 +0000
commite3bee7c840bfab12c3473a3db6d26c6eeedf10af (patch)
treedf8cdfaece30eb0ccdce6ad3ed2878b9cde5a069 /cfg-mplayer.h
parent9d196ab995d9999aa103ef129407b73ad8f6d8be (diff)
downloadmpv-e3bee7c840bfab12c3473a3db6d26c6eeedf10af.tar.bz2
mpv-e3bee7c840bfab12c3473a3db6d26c6eeedf10af.tar.xz
pp range fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2221 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
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