From 502e7987d8d85cb1d9eb3b3d1af38a1a92cc04e8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 23 May 2020 04:24:04 +0200 Subject: player: remove some display-adrop leftovers Forgotten in one of the previous commits. Also undeprecates display-adrop since it's out of sight now. --- options/options.c | 3 --- options/options.h | 1 - 2 files changed, 4 deletions(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index 08c9a7247f..0194ebed08 100644 --- a/options/options.c +++ b/options/options.c @@ -690,8 +690,6 @@ static const m_option_t mp_opts[] = { M_RANGE(0, DBL_MAX)}, {"video-sync-max-audio-change", OPT_DOUBLE(sync_max_audio_change), M_RANGE(0, 1)}, - {"video-sync-adrop-size", OPT_DOUBLE(sync_audio_drop_size), - M_RANGE(0, 1)}, {"video-sync-max-factor", OPT_INT(sync_max_factor), M_RANGE(1, 10)}, {"hr-seek", OPT_CHOICE(hr_seek, {"no", -1}, {"absolute", 0}, {"yes", 1}, {"always", 1}, {"default", 2})}, @@ -951,7 +949,6 @@ static const struct MPOpts mp_default_opts = { .hr_seek_framedrop = 1, .sync_max_video_change = 1, .sync_max_audio_change = 0.125, - .sync_audio_drop_size = 0.020, .sync_max_factor = 5, .load_config = 1, .position_resume = 1, diff --git a/options/options.h b/options/options.h index 548edf70c3..ce94d766a7 100644 --- a/options/options.h +++ b/options/options.h @@ -205,7 +205,6 @@ typedef struct MPOpts { int video_sync; double sync_max_video_change; double sync_max_audio_change; - double sync_audio_drop_size; int sync_max_factor; int hr_seek; float hr_seek_demuxer_offset; -- cgit v1.2.3