summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-09-30 13:46:01 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-10-02 09:43:06 +0200
commitc053f486625419494856486c2866d550023f828c (patch)
treeb9747d721ccf1ceb762bcc208ad89adbb9629a16 /doc/filters.texi
parent630006277448bfa023a4de2c5f56cbd24f027052 (diff)
lavfi/transpose: add passthrough option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi19
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index e5774a1c1b..69a8ee1a0f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3559,8 +3559,23 @@ l.r l.L
@end example
@end table
-For values between 4-7 transposition is only done if the input video
-geometry is portrait and not landscape.
+For values between 4-7, the transposition is only done if the input
+video geometry is portrait and not landscape. These values are
+deprecated, the @code{passthrough} option should be used instead.
+
+@item passthrough
+Do not apply the transposition if the input geometry matches the one
+specified by the specified value. It accepts the following values:
+@table @samp
+@item none
+Always apply transposition.
+@item portrait
+Preserve portrait geometry (when @var{height} >= @var{width}).
+@item landscape
+Preserve landscape geometry (when @var{width} >= @var{height}).
+@end table
+
+Default value is @code{none}.
@end table
@section unsharp