diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-03-08 16:18:03 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-17 00:36:18 +0100 |
commit | dc8054128aaebc24d65c6036ae3f4b8507f82387 (patch) | |
tree | 8b3034e2772c2d78ab27efbb8d3edf907836214a /doc | |
parent | 001f4c7dc63e90e719187cd7f961c8220721878f (diff) | |
download | ffmpeg-dc8054128aaebc24d65c6036ae3f4b8507f82387.tar.gz |
lavfi: port MP swapuv filter
(cherry picked from commit fa35d880aab1d3ef2b828cae640e43d370e8f0c2)
Conflicts:
Changelog
libavfilter/version.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 7d008bc736..43eec40d16 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2549,6 +2549,9 @@ For example: will create two separate outputs from the same input, one cropped and one padded. +@section swapuv +Swap U & V plane. + @section thumbnail Select the most representative frame in a given sequence of consecutive frames. |