diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-03-22 22:58:36 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-14 15:59:37 +0200 |
commit | ab0ad6eccf38cc90a80c681a9c51c81b728b4b30 (patch) | |
tree | 14d9c9f019f1eef5c2351edab42542aed4c8d1b6 /doc/filters.texi | |
parent | 9204a7dc8ee63205ca9d6ed095bc2c32b0606711 (diff) | |
download | ffmpeg-ab0ad6eccf38cc90a80c681a9c51c81b728b4b30.tar.gz |
lavfi: rename decimate to mpdecimate.
The next commit will introduce a proper decimation filter to be used
along with the field matching filter. To avoid confusion with this
filter which has currently a very limited usage (and will not work
properly with the fieldmatching filter), the new decimation filter will
take the decimate name, and this filter is renamed to mpdecimate.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 391faff1b6..cd1ba7ee23 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2383,7 +2383,7 @@ curves=vintage @end example @end itemize -@section decimate +@section mpdecimate Drop frames that do not differ greatly from the previous frame in order to reduce frame rate. |