From aae5c4d40e7fd961df9b4faee9ec4c4ef94456e1 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 9 Dec 2013 23:56:23 +0100 Subject: [PATCH] doc: Fix adelay example. Fixes ticket #3211. --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0