From 58db0a55f3011cf0dd7dbd5bd8ba105e8abf5c7b Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 21 Sep 2014 15:41:33 +0200 Subject: 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. --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index 5a523663e8..aa6c5f763c 100644 --- a/player/command.c +++ b/player/command.c @@ -1248,7 +1248,7 @@ static int mp_property_volume(void *ctx, struct m_property *prop, if (!mixer_audio_initialized(mpctx->mixer)) return M_PROPERTY_ERROR; struct m_property_switch_arg *sarg = arg; - mixer_addvolume(mpctx->mixer, mpctx->opts->volstep * sarg->inc); + mixer_addvolume(mpctx->mixer, sarg->inc); return M_PROPERTY_OK; } } -- cgit v1.2.3