summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-02-27 06:21:42 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-03-03 16:00:38 +0900
commit90126b9f88f0dfe51c5248b4dca397031b137525 (patch)
tree5cc46954dcc2446b7f76b52b1b6171d5e20f3c11 /DOCS
parent01223a3e0ff75dce40446eee7343cc078ff6f48a (diff)
downloadmpv-90126b9f88f0dfe51c5248b4dca397031b137525.tar.bz2
mpv-90126b9f88f0dfe51c5248b4dca397031b137525.tar.xz
manpage: update wording on speed
The way I interpreted it, it seemed like this was not default behavior and could be enabled with --audio-pitch-correction - it should be made clearer that this is actually *the default behavior*. (cherry picked from commit 0f99b302f5dae5fe7df4e21aeb0900109b0ab042)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 4aa93e098a..aa08a10c1a 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -104,8 +104,9 @@ Playback Control
``--speed=<0.01-100>``
Slow down or speed up playback by the factor given as parameter.
- If ``--audio-pitch-correction`` is used, playing with a speed higher than
- normal automatically inserts the ``scaletempo`` audio filter.
+ If ``--audio-pitch-correction`` (on by default) is used, playing with a
+ speed higher than normal automatically inserts the ``scaletempo`` audio
+ filter.
``--loop=<N|inf|force|no>``
Loops playback ``N`` times. A value of ``1`` plays it one time (default),