summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-04-26 18:37:56 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-04-26 18:38:11 +0300
commit8df340271e868252e7398307e126ea12083d426b (patch)
tree0380f4e6e3b8ad983b35db712c5d1da609f15e7d /cfg-mplayer.h
parentb4c7b7ce1142e676bd082952b12713bcc5f3203e (diff)
parent12d6f6b378872ca4c06a268dc33c4e045f4966e4 (diff)
downloadmpv-8df340271e868252e7398307e126ea12083d426b.tar.bz2
mpv-8df340271e868252e7398307e126ea12083d426b.tar.xz
Merge svn changes up to r31040
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index dd4f08a8f6..a4efdca106 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -329,8 +329,6 @@ const m_option_t mplayer_opts[]={
OPT_INTRANGE("pts-association-mode", user_pts_assoc_mode, 0, 0, 2),
{"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},
-// {"nodapsync", &dapsync, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"softsleep", &softsleep, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#ifdef HAVE_RTC