diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-15 20:09:42 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-15 20:09:42 +0000 |
commit | e3bee7c840bfab12c3473a3db6d26c6eeedf10af (patch) | |
tree | df8cdfaece30eb0ccdce6ad3ed2878b9cde5a069 /cfg-mplayer.h | |
parent | 9d196ab995d9999aa103ef129407b73ad8f6d8be (diff) | |
download | mpv-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.h | 2 |
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 |