Browse Source

doc: Fix adelay example.

Fixes ticket #3211.
Carl Eugen Hoyos 11 years ago
parent
commit
aae5c4d40e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/filters.texi

+ 1 - 1
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