mirror of
https://github.com/mpv-player/mpv
synced 2025-02-01 20:52:05 +00:00
remove extra dash in nocorrect-pts option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26842 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e3755edad5
commit
44d512d97e
@ -320,7 +320,7 @@ const m_option_t mplayer_opts[]={
|
||||
|
||||
// a-v sync stuff:
|
||||
{"correct-pts", &user_correct_pts, CONF_TYPE_FLAG, 0, 0, 1, NULL},
|
||||
{"no-correct-pts", &user_correct_pts, CONF_TYPE_FLAG, 0, 1, 0, NULL},
|
||||
{"nocorrect-pts", &user_correct_pts, CONF_TYPE_FLAG, 0, 1, 0, NULL},
|
||||
{"noautosync", &autosync, CONF_TYPE_FLAG, 0, 0, -1, NULL},
|
||||
{"autosync", &autosync, CONF_TYPE_INT, CONF_RANGE, 0, 10000, NULL},
|
||||
// {"dapsync", &dapsync, CONF_TYPE_FLAG, 0, 0, 1, NULL},
|
||||
|
Loading…
Reference in New Issue
Block a user