summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-11-19 01:17:12 +0100
committerwm4 <wm4@nowhere>2016-11-19 01:19:14 +0100
commitbb48f095320da6e0a71bc18729b8324924dd9bdb (patch)
tree879e0d8fdb1ccd79843f3e64563699abdc0307f9 /options/options.c
parent5a011c5c06d3a3263cd0d97d2b7c8f9bf2d1f816 (diff)
downloadmpv-bb48f095320da6e0a71bc18729b8324924dd9bdb.tar.bz2
mpv-bb48f095320da6e0a71bc18729b8324924dd9bdb.tar.xz
options: clarify --softvol deprecation message and manpage entry
People seem to think that the softvol behavior is deprecated, but what is deprecated is actually disabling softvol.
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c
index e4c682303b..442c29297a 100644
--- a/options/options.c
+++ b/options/options.c
@@ -525,7 +525,8 @@ const m_option_t mp_opts[] = {
({"no", SOFTVOL_NO},
{"yes", SOFTVOL_YES},
{"auto", SOFTVOL_AUTO}),
- .deprecation_message = "no replacement"),
+ .deprecation_message = "softvol is always active, and behaves "
+ "as if --softvol=yes is always set"),
OPT_FLOATRANGE("volume-max", softvol_max, 0, 100, 1000),
// values <0 for volume and mute are legacy and ignored
OPT_FLOATRANGE("volume", softvol_volume, 0, -1, 1000),