summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/af.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/en/af.rst')
-rw-r--r--DOCS/man/en/af.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/en/af.rst b/DOCS/man/en/af.rst
index bb7f34cf62..a0332c1327 100644
--- a/DOCS/man/en/af.rst
+++ b/DOCS/man/en/af.rst
@@ -390,12 +390,12 @@ Available filters are:
Would add surround sound decoding with 15ms delay for the sound to
the rear speakers.
-``delay[=ch1:ch2:...]``
+``delay[=[ch1,ch2,...]]``
Delays the sound to the loudspeakers such that the sound from the
different channels arrives at the listening position simultaneously. It is
only useful if you have more than 2 loudspeakers.
- ``ch1,ch2,...``
+ ``[ch1,ch2,...]``
The delay in ms that should be imposed on each channel (floating point
number between 0 and 1000).
@@ -414,7 +414,7 @@ Available filters are:
.. admonition:: Example
- ``mpv --af=delay=10.5:10.5:0:0:7:0 media.avi``
+ ``mpv --af=delay=[10.5,10.5,0,0,7,0] media.avi``
Would delay front left and right by 10.5ms, the two rear channels
and the subwoofer by 0ms and the center channel by 7ms.