diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-30 13:03:08 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-02 09:20:10 +0200 |
commit | 630006277448bfa023a4de2c5f56cbd24f027052 (patch) | |
tree | 6a0df21f270713a6cb623611ebac4d8d7d5a7aea /doc/filters.texi | |
parent | c785b6db73f627f242b509f33a788dc1f328bc7b (diff) | |
download | ffmpeg-630006277448bfa023a4de2c5f56cbd24f027052.tar.gz |
lavfi/transpose: add support to named options and shortands
Allow extensibility.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index d9e73b38cc..e5774a1c1b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3519,8 +3519,11 @@ Default mode is @code{merge}. Transpose rows with columns in the input video and optionally flip it. -It accepts a parameter representing an integer, which can assume the -values: +This filter accepts the following named parameters: + +@table @option +@item dir +Specify the transposition direction. Can assume the following values: @table @samp @item 0, 4 @@ -3558,6 +3561,7 @@ l.r l.L For values between 4-7 transposition is only done if the input video geometry is portrait and not landscape. +@end table @section unsharp |