summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-21 15:11:49 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-21 15:11:49 +0000
commit44d512d97eab0297c2ff3412c32023369423d4ec (patch)
treed57bee7a886867d48dc2f8aba5fc39560488c6c9 /cfg-mplayer.h
parente3755edad5ad65ad302f4698042dd76aec97c1c3 (diff)
downloadmpv-44d512d97eab0297c2ff3412c32023369423d4ec.tar.bz2
mpv-44d512d97eab0297c2ff3412c32023369423d4ec.tar.xz
remove extra dash in nocorrect-pts option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26842 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index a8a6e25515..e1b57cba22 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -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},