From 79e20ff485db4ee82e7b475a5329bf303570cde6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 18 Sep 2016 11:58:24 +0200 Subject: options: actually deprecate --mute=auto Also, make it internally actually an alias to "no". --- options/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index f2e7c863e2..29fd14e7f5 100644 --- a/options/options.c +++ b/options/options.c @@ -514,8 +514,8 @@ const m_option_t mp_opts[] = { // values <0 for volume and mute are legacy and ignored OPT_FLOATRANGE("volume", softvol_volume, 0, -1, 1000), OPT_CHOICE("mute", softvol_mute, 0, - ({"auto", -1}, - {"no", 0}, + ({"no", 0}, + {"auto", 0}, {"yes", 1})), OPT_CHOICE("gapless-audio", gapless_audio, 0, ({"no", 0}, -- cgit v1.2.3