From e0a636fadff0d400cc45a45a43f5a0c6b36300ad Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 26 Apr 2013 09:39:10 +0000 Subject: doc/filters: fix afade 2nd example Signed-off-by: Paul B Mahol --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3