diff options
author | Mark Harris <mark.hsj@gmail.com> | 2014-09-01 12:32:33 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-03 03:40:58 +0200 |
commit | 08f56b846c23889e0a47f94d06baa3114a121b4b (patch) | |
tree | dc48352c810680e00be50ddb50f0200b0281dae2 /doc | |
parent | f903147f2d170edcb1740fefce944f52a684d3ae (diff) | |
download | ffmpeg-08f56b846c23889e0a47f94d06baa3114a121b4b.tar.gz |
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')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0f73314a12..784a972f29 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 @@ -9318,7 +9318,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. |