diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-07-17 09:34:05 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-07-17 09:34:05 +0200 |
commit | 9836f47cf8b6effb0e1d80b5acfdc32e49265e98 (patch) | |
tree | c346c7a1883d7fd5b6fe0322c30f4726cc71d7e4 | |
parent | 34322ab27a5008ffc6081b945bd1bc602ea7495c (diff) | |
download | ffmpeg-9836f47cf8b6effb0e1d80b5acfdc32e49265e98.tar.gz |
doc/filters: update/correct mp documentation
-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 8cfad20fdc..785ce85f0d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5072,7 +5072,7 @@ optimal individual vectors. Default value is 1. Apply an MPlayer filter to the input video. -This filter provides a wrapper around most of the filters of +This filter provides a wrapper around some of the filters of MPlayer/MEncoder. This wrapper is considered experimental. Some of the wrapped filters @@ -5080,7 +5080,7 @@ 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 filters accepts the parameters: +The filter accepts the parameters: @var{filter_name}[:=]@var{filter_params} @var{filter_name} is the name of a supported MPlayer filter, |