diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-01-27 11:21:50 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-01-31 12:01:54 +0000 |
commit | e7e0005cc6c784aabcd809fc9a8e1987e3b6dcb0 (patch) | |
tree | d90cb40e7adf2f6bf2f2d63ef735c031ea2fd752 /doc | |
parent | f422f474dfa7e9f54197dde961e4a01cd060994f (diff) | |
download | ffmpeg-e7e0005cc6c784aabcd809fc9a8e1987e3b6dcb0.tar.gz |
remove libmpcodecs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 26f8ff93ca..c6fef0c16c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6263,35 +6263,6 @@ Higher values should result in a smoother motion vector field but less optimal individual vectors. Default value is 1. @end table -@section mp - -Apply an MPlayer filter to the input video. - -This filter provides a wrapper around some of the filters of -MPlayer/MEncoder. - -This wrapper is considered experimental. Some of the wrapped filters -may not work properly and we may drop support for them, as they will -be implemented natively into FFmpeg. Thus you should avoid -depending on them when writing portable scripts. - -The filter accepts the parameters: -@var{filter_name}[:=]@var{filter_params} - -@var{filter_name} is the name of a supported MPlayer filter, -@var{filter_params} is a string containing the parameters accepted by -the named filter. - -The list of the currently supported filters follows: -@table @var -@end table - -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. - -See also mplayer(1), @url{http://www.mplayerhq.hu/}. - @section mpdecimate Drop frames that do not differ greatly from the previous frame in |