mirror of
https://github.com/mpv-player/mpv
synced 2024-11-11 00:15:33 +01:00
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:
parent
b29282c847
commit
73b6c0eff2
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user