From 4ea05577bd1a0a2fd733342c16d8bf91ed322ae6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 30 Sep 2014 18:05:55 +0200 Subject: audio: remove --audiodrop This would play some silence in case video was slower than audio. If framedropping is already enabled, there's no other way to keep A/V sync, short of changing audio playback speed (which would give worse results). The --audiodrop option inserted silence if there was more than 500ms desync. This worked somewhat, but I think it was a silly idea after all. Whether the playback experience is really bad or slightly worse doesn't really matter. There also was a subtle bug with PTS handling, that apparently caused A/V desync anyway at ridiculous playback speeds. Just remove this feature; nobody is going to use it anyway. --- options/options.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'options/options.c') diff --git a/options/options.c b/options/options.c index 0e570705ef..e76a20d2c8 100644 --- a/options/options.c +++ b/options/options.c @@ -471,8 +471,6 @@ const m_option_t mp_opts[] = { OPT_DOUBLE("display-fps", frame_drop_fps, M_OPT_MIN, .min = 0), - OPT_FLAG("audiodrop", insert_silence, 0), - OPT_FLAG("untimed", untimed, M_OPT_FIXED), OPT_STRING("stream-capture", stream_capture, M_OPT_FIXED | M_OPT_FILE), -- cgit v1.2.3