doc/filters.texi: fix filter name in examples

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Mark Harris
2014-09-01 12:32:33 -07:00
committed by Michael Niedermayer
parent f8164f6728
commit 1b3a98f137

View File

@@ -491,7 +491,7 @@ aeval=val(ch)/2:c=same
@item @item
Invert phase of the second channel: Invert phase of the second channel:
@example @example
eval=val(0)|-val(1) aeval=val(0)|-val(1)
@end example @end example
@end itemize @end itemize
@@ -9492,7 +9492,7 @@ Default value is "all", which will cycle through the list of all tests.
Some examples: Some examples:
@example @example
testsrc=t=dc_luma mptestsrc=t=dc_luma
@end example @end example
will generate a "dc_luma" test pattern. will generate a "dc_luma" test pattern.