summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-05-23 04:24:04 +0200
committerwm4 <wm4@nowhere>2020-05-23 04:24:04 +0200
commit502e7987d8d85cb1d9eb3b3d1af38a1a92cc04e8 (patch)
tree0fb2e497ebbcb1e4898f565845065ad0902a7c63 /options/options.h
parente822207ab4f860c062fce78ba75c5d32290f4163 (diff)
downloadmpv-502e7987d8d85cb1d9eb3b3d1af38a1a92cc04e8.tar.bz2
mpv-502e7987d8d85cb1d9eb3b3d1af38a1a92cc04e8.tar.xz
player: remove some display-adrop leftovers
Forgotten in one of the previous commits. Also undeprecates display-adrop since it's out of sight now.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 0 insertions, 1 deletions
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;