From e93dfc0147c78182579ec813d388e410376e5c0e Mon Sep 17 00:00:00 2001 From: arpi Date: Tue, 1 Oct 2002 22:29:04 +0000 Subject: new opt: -autosync, controls ao->get_delay() smoothing (default: disabled) patch by Sidik Isani git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7577 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 9e372536ac..f2e583f9a9 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -349,6 +349,8 @@ static config_t mplayer_opts[]={ {"playlist", NULL, CONF_TYPE_STRING, 0, 0, 0, NULL}, // a-v sync stuff: + {"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}, -- cgit v1.2.3