Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Harris <mark.hsj@gmail.com>2014-09-01 23:32:33 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-09-20 20:40:32 +0400
commit85b829bff9c31178b2d70e39279a397795ce25cf (patch)
treecd12b788507d5c7657386bacb47d59b7de208d74 /doc/filters.texi
parentf1685bd31a1921bb239e77ce852c7a0aa513017b (diff)
doc/filters.texi: fix filter name in examples
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 1b3a98f137900b6c3eb9a4c177d0b25684d6d144) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 8bf29ec04f..b7a1b34d57 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
@@ -8850,7 +8850,7 @@ Default value is "all", which will cycle through the list of all tests.
For example the following:
@example
-testsrc=t=dc_luma
+mptestsrc=t=dc_luma
@end example
will generate a "dc_luma" test pattern.