summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-12-09 23:56:23 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-12-09 23:56:23 +0100
commitaae5c4d40e7fd961df9b4faee9ec4c4ef94456e1 (patch)
treea0e8217b04a6e7dd7f2df35a98b988e0632a0ee3 /doc
parent31a52a60c9778e3e39631a9722d4b7db931dc377 (diff)
doc: Fix adelay example.
Fixes ticket #3211.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index f3d698f147..8bcfd82708 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -371,7 +371,7 @@ smaller than number of channels all remaining channels will not be delayed.
Delay first channel by 1.5 seconds, the third channel by 0.5 seconds and leave
the second channel (and any other channels that may be present) unchanged.
@example
-adelay=1500:0:500
+adelay=1500|0|500
@end example
@end itemize