diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-04-26 09:39:10 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-04-26 09:39:10 +0000 |
commit | e0a636fadff0d400cc45a45a43f5a0c6b36300ad (patch) | |
tree | 32249255fdd5232ab9a217e94667d3bc8c056e05 | |
parent | 09250e344591b0c91b0483a45ed2a680cb086e7b (diff) | |
download | ffmpeg-e0a636fadff0d400cc45a45a43f5a0c6b36300ad.tar.gz |
doc/filters: fix afade 2nd example
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-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 412981d8b8..8dce89e43a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -707,7 +707,7 @@ afade=t=in:ss=0:d=15 @item Fade out last 25 seconds of a 900 seconds audio: @example -afade=t=out:ss=875:d=25 +afade=t=out:st=875:d=25 @end example @end itemize |