summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-27 19:21:37 +0200
committerwm4 <wm4@nowhere>2015-09-27 19:21:37 +0200
commit1ff32236fa50589eaffcc7dd152e8cfda4f6c69d (patch)
tree73e13abef7a13c7936583e7b4c74864c5fe6295c
parent2a7811176c58b2ff98347b12a8cc4ae39ba7e19b (diff)
downloadmpv-1ff32236fa50589eaffcc7dd152e8cfda4f6c69d.tar.bz2
mpv-1ff32236fa50589eaffcc7dd152e8cfda4f6c69d.tar.xz
manpage: fix broken example
Fixes #2353.
-rw-r--r--DOCS/man/af.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index 1ff5859d70..ec6ce3f6c3 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -164,7 +164,7 @@ Available filters are:
.. admonition:: Examples
- ``mpv --af=channels=4:[0-1,1-0,0-2,1-3] media.avi``
+ ``mpv --af=channels=4:[0-1,1-0,2-2,3-3] media.avi``
Would change the number of channels to 4 and set up 4 routes that
swap channel 0 and channel 1 and leave channel 2 and 3 intact.
Observe that if media containing two channels were played back,