[FFmpeg-cvslog] doc/filters: fix afade 2nd example
Paul B Mahol
git at videolan.org
Fri Apr 26 12:30:40 CEST 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Apr 26 09:39:10 2013 +0000| [e0a636fadff0d400cc45a45a43f5a0c6b36300ad] | committer: Paul B Mahol
doc/filters: fix afade 2nd example
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0a636fadff0d400cc45a45a43f5a0c6b36300ad
---
doc/filters.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 412981d..8dce89e 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
More information about the ffmpeg-cvslog
mailing list