summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-09-30 13:03:08 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-10-02 09:20:10 +0200
commit630006277448bfa023a4de2c5f56cbd24f027052 (patch)
tree6a0df21f270713a6cb623611ebac4d8d7d5a7aea /doc
parentc785b6db73f627f242b509f33a788dc1f328bc7b (diff)
lavfi/transpose: add support to named options and shortands
Allow extensibility.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
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