allow values up to 100 for -mc

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17960 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-03-26 11:09:17 +00:00
parent b29282c847
commit 73b6c0eff2
1 changed files with 1 additions and 1 deletions

View File

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