diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2015-01-26 10:29:21 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2015-01-26 11:09:02 +0100 |
commit | 0ca5c4daded0a72c1a50f4b2a0f21d6aa909b145 (patch) | |
tree | 20a87d139bc6c62ea5e9e80f2cf17353554e905d /doc | |
parent | 7ccd625a46c5a5a2f1cd6a20d7a6bf8137c7191c (diff) | |
download | ffmpeg-0ca5c4daded0a72c1a50f4b2a0f21d6aa909b145.tar.gz |
lavfi/mp: drop mp=eq and mp=eq2
mp=eq2 was ported to a native libavfilter filter in commit
4c38e960d0ca81b78dec1589275a5274dde21c8e.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ced6aea4ca..009cab36a5 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6279,8 +6279,6 @@ the named filter. The list of the currently supported filters follows: @table @var -@item eq2 -@item eq @item softpulldown @end table @@ -6288,16 +6286,6 @@ The parameter syntax and behavior for the listed filters are the same of the corresponding MPlayer filters. For detailed instructions check the "VIDEO FILTERS" section in the MPlayer manual. -@subsection Examples - -@itemize -@item -Adjust gamma, brightness, contrast: -@example -mp=eq2=1.0:2:0.5 -@end example -@end itemize - See also mplayer(1), @url{http://www.mplayerhq.hu/}. @section mpdecimate |