summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-16 19:12:02 +0200
committerwm4 <wm4@nowhere>2014-09-16 19:12:02 +0200
commit60f5e53f605325c69a4861f732a2c1d51d5ba820 (patch)
treee2c18ffa95acc6d3c7749688eb891273e6f9bc6d /DOCS
parentd83a9f7f03c41d9138390ffe7789e5bb7d3e7ac2 (diff)
downloadmpv-60f5e53f605325c69a4861f732a2c1d51d5ba820.tar.bz2
mpv-60f5e53f605325c69a4861f732a2c1d51d5ba820.tar.xz
options: change --volstep to 2
With default settings, this allows you to hit the 100% mark (with default --softvol-max in the middle) even if you've reached min or max volume before. This is because 50 is not divisible by 3 (old default) but by 2 (new default). Not really sure why there still can be issues with higher --softvol-max and --volstep=1, but this is where I stop caring.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 413e5ca5ee..2a1bf8ded1 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -975,7 +975,7 @@ Audio
``--volstep=<0-100>``
Set the step size of mixer volume changes in percent of the full range
- (default: 3).
+ (default: 2).
``--audiodrop``
If video is by more than 500 ms behind, insert 500 ms of silence, to make up