1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

doc: Fix adelay example.

Fixes ticket #3211.
This commit is contained in:
Carl Eugen Hoyos 2013-12-09 23:56:23 +01:00
parent 31a52a60c9
commit aae5c4d40e

View File

@ -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