manpage: fix broken example

Fixes #2353.
This commit is contained in:
wm4 2015-09-27 19:21:37 +02:00
parent 2a7811176c
commit 1ff32236fa
1 changed files with 1 additions and 1 deletions

View File

@ -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,