[FFmpeg-cvslog] doc/filters.texi: fix filter name in examples
Mark Harris
git at videolan.org
Mon Sep 1 21:59:04 CEST 2014
ffmpeg | branch: master | Mark Harris <mark.hsj at gmail.com> | Mon Sep 1 12:32:33 2014 -0700| [1b3a98f137900b6c3eb9a4c177d0b25684d6d144] | committer: Michael Niedermayer
doc/filters.texi: fix filter name in examples
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1b3a98f137900b6c3eb9a4c177d0b25684d6d144
---
doc/filters.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index cca15fc..4ae5b4f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -491,7 +491,7 @@ aeval=val(ch)/2:c=same
@item
Invert phase of the second channel:
@example
-eval=val(0)|-val(1)
+aeval=val(0)|-val(1)
@end example
@end itemize
@@ -9492,7 +9492,7 @@ Default value is "all", which will cycle through the list of all tests.
Some examples:
@example
-testsrc=t=dc_luma
+mptestsrc=t=dc_luma
@end example
will generate a "dc_luma" test pattern.
More information about the ffmpeg-cvslog
mailing list