diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-12-09 23:56:23 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-12-09 23:56:23 +0100 |
commit | aae5c4d40e7fd961df9b4faee9ec4c4ef94456e1 (patch) | |
tree | a0e8217b04a6e7dd7f2df35a98b988e0632a0ee3 /doc/filters.texi | |
parent | 31a52a60c9778e3e39631a9722d4b7db931dc377 (diff) | |
download | ffmpeg-aae5c4d40e7fd961df9b4faee9ec4c4ef94456e1.tar.gz |
doc: Fix adelay example.
Fixes ticket #3211.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
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 |