[FFmpeg-cvslog] doc: Fix adelay example.
Carl Eugen Hoyos
git at videolan.org
Mon Dec 9 23:57:08 CET 2013
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Dec 9 23:56:23 2013 +0100| [aae5c4d40e7fd961df9b4faee9ec4c4ef94456e1] | committer: Carl Eugen Hoyos
doc: Fix adelay example.
Fixes ticket #3211.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aae5c4d40e7fd961df9b4faee9ec4c4ef94456e1
---
doc/filters.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index f3d698f..8bcfd82 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
More information about the ffmpeg-cvslog
mailing list