summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-21 15:41:33 +0200
committerwm4 <wm4@nowhere>2014-09-21 15:41:33 +0200
commit58db0a55f3011cf0dd7dbd5bd8ba105e8abf5c7b (patch)
tree96b8120e21effd9399346cbb602aee1438802828 /options/options.c
parent54d1dae68753f9d36b01021313aafc51ca9bd300 (diff)
downloadmpv-58db0a55f3011cf0dd7dbd5bd8ba105e8abf5c7b.tar.bz2
mpv-58db0a55f3011cf0dd7dbd5bd8ba105e8abf5c7b.tar.xz
options: remove --volstep
It's just confusing; users are encouraged to edit input.conf instead (changing the argument to the "add" command). Update input.conf to keep the old behavior.
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/options/options.c b/options/options.c
index e245434052..5085366389 100644
--- a/options/options.c
+++ b/options/options.c
@@ -360,7 +360,6 @@ const m_option_t mp_opts[] = {
{"yes", SOFTVOL_YES},
{"auto", SOFTVOL_AUTO})),
OPT_FLOATRANGE("softvol-max", softvol_max, 0, 10, 10000),
- OPT_INTRANGE("volstep", volstep, 0, 0, 100),
OPT_FLOATRANGE("volume", mixer_init_volume, 0, -1, 100),
OPT_CHOICE("mute", mixer_init_mute, M_OPT_OPTIONAL_PARAM,
({"auto", -1},
@@ -561,7 +560,6 @@ const struct MPOpts mp_default_opts = {
.softvol_max = 200,
.mixer_init_volume = -1,
.mixer_init_mute = -1,
- .volstep = 2,
.gapless_audio = -1,
.audio_buffer = 0.2,
.vo = {