From 14b354423847e0bef4e84d940f04af6767f8f5b5 Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 23 Sep 2002 22:12:29 +0000 Subject: removed -dapsync (obsolete code) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7496 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index e33fdc308d..7141d4d1ba 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -346,8 +346,9 @@ static config_t mplayer_opts[]={ {"playlist", NULL, CONF_TYPE_STRING, 0, 0, 0, NULL}, // a-v sync stuff: - {"dapsync", &dapsync, CONF_TYPE_FLAG, 0, 0, 1, NULL}, - {"nodapsync", &dapsync, CONF_TYPE_FLAG, 0, 1, 0, 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 {"nortc", &nortc, CONF_TYPE_FLAG, 0, 0, 1, NULL}, -- cgit v1.2.3