summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-02-27 06:21:42 +0100
committerNiklas Haas <git@nand.wakku.to>2015-02-27 06:21:42 +0100
commit0f99b302f5dae5fe7df4e21aeb0900109b0ab042 (patch)
tree6dde5ed921d69b07f209a3f28d236cdbecdc3ee9 /DOCS
parent0da6a7346ae9c2dde2008f664da990bce15f77ab (diff)
downloadmpv-0f99b302f5dae5fe7df4e21aeb0900109b0ab042.tar.bz2
mpv-0f99b302f5dae5fe7df4e21aeb0900109b0ab042.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*.
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 976e02a2e6..a9ab7e5c81 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),