summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-26 11:09:17 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-26 11:09:17 +0000
commit73b6c0eff211f0bccc3c073314b21533e7ea2f6f (patch)
tree5ba5a4650e40be74b4792c7fde0530d5058c98cf /cfg-common.h
parentb29282c8474f3c32e50aa6c574be7444db15d455 (diff)
downloadmpv-73b6c0eff211f0bccc3c073314b21533e7ea2f6f.tar.bz2
mpv-73b6c0eff211f0bccc3c073314b21533e7ea2f6f.tar.xz
allow values up to 100 for -mc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17960 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 4626cf0973..a2f54ddda4 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -141,7 +141,7 @@
{"nobps", &pts_from_bps, CONF_TYPE_FLAG, 0, 1, 0, NULL},
// set A-V sync correction speed (0=disables it):
- {"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10, NULL},
+ {"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 100, NULL},
// force video/audio rate:
{"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL},