summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-12-23 18:12:54 +0100
committerwm4 <wm4@nowhere>2016-12-23 18:12:54 +0100
commit1d5e95783e0bf05149fa6d5dc8a8aed3d02ff2e9 (patch)
tree86fecf9232dba7bb5fa174fbb9903fcc7b5a1c3d /options
parent9d21f2503f28a7be0e493ab18a4acbaae02c3d0a (diff)
downloadmpv-1d5e95783e0bf05149fa6d5dc8a8aed3d02ff2e9.tar.bz2
mpv-1d5e95783e0bf05149fa6d5dc8a8aed3d02ff2e9.tar.xz
options: explicitly deprecate --ad-spdif-dtshd
Has been less formally deprecated for a longer time.
Diffstat (limited to 'options')
-rw-r--r--options/options.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c
index 108c805de7..f79df7d82f 100644
--- a/options/options.c
+++ b/options/options.c
@@ -426,7 +426,8 @@ const m_option_t mp_opts[] = {
OPT_STRING("audio-spdif", audio_spdif, 0),
- OPT_FLAG("ad-spdif-dtshd", dtshd, 0),
+ OPT_FLAG("ad-spdif-dtshd", dtshd, 0,
+ .deprecation_message = "use --audio-spdif instead"),
OPT_CHOICE_C("hwdec", hwdec_api, 0, mp_hwdec_names),
OPT_STRING("hwdec-codecs", hwdec_codecs, 0),