diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-03-08 16:18:03 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-03-10 00:10:37 +0100 |
commit | fa35d880aab1d3ef2b828cae640e43d370e8f0c2 (patch) | |
tree | 47c8f4701bfc514477b3fbdab3e9bbbcc6cdf0a6 /doc/filters.texi | |
parent | 1a3d4b88a4c5cf74b4f1ab4b812e460b4ae0679b (diff) | |
download | ffmpeg-fa35d880aab1d3ef2b828cae640e43d370e8f0c2.tar.gz |
lavfi: port MP swapuv filter
Diffstat (limited to 'doc/filters.texi')
-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 2c646cbe46..b32de63dd7 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2631,6 +2631,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. |