summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c4
1 files changed, 2 insertions, 2 deletions
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},