From 69ae23fdd1e39f4e7aa30082e36cc635d954bccf Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 25 Dec 2017 11:43:04 +0100 Subject: options: drop some previously deprecated options A release has been made, so drop options deprecated for that release. Also drop some options which have been deprecated a much longer time before. Also fix a typo in client-api-changes.rst. --- options/options.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 9c9dd64233..c0164834d3 100644 --- a/options/options.h +++ b/options/options.h @@ -99,7 +99,6 @@ typedef struct MPOpts { int audio_stream_silence; float audio_wait_open; int force_vo; - int softvol; float softvol_volume; int rgain_mode; float rgain_preamp; // Set replaygain pre-amplification @@ -199,7 +198,6 @@ typedef struct MPOpts { double image_display_duration; char *lavfi_complex; int stream_id[2][STREAM_TYPE_COUNT]; - int stream_id_ff[STREAM_TYPE_COUNT]; char **stream_lang[STREAM_TYPE_COUNT]; int stream_auto_sel; int audio_display; @@ -236,7 +234,6 @@ typedef struct MPOpts { int audio_output_format; int audio_normalize; int force_srate; - int dtshd; double playback_speed; int pitch_correction; struct m_obj_settings *vf_settings, *vf_defs; @@ -287,7 +284,6 @@ typedef struct MPOpts { char *hwdec_api; char *hwdec_codecs; - int videotoolbox_format; int hwdec_image_format; int w32_priority; -- cgit v1.2.3