summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-07 16:32:16 +0200
committerPaul B Mahol <onemda@gmail.com>2019-09-07 22:09:17 +0200
commita06d70350b2b0609320e99bfa6680a81434ba823 (patch)
treee7e63b8e0d8f134ebb3ced495a6c69929ea1004e /doc
parent12b909ba319d32ed100d9b26021aa9b6976424d7 (diff)
downloadffmpeg-streaming-a06d70350b2b0609320e99bfa6680a81434ba823.zip
ffmpeg-streaming-a06d70350b2b0609320e99bfa6680a81434ba823.tar.gz
avfilter/vf_v360: support transposed input/output
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 07e776a..7980868 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18084,6 +18084,12 @@ Default value is @b{@samp{ypr}}.
@item d_flip
Flip the output video horizontally/vertically/in-depth. Boolean values.
+@item in_trans
+Set if input video is transposed. Boolean value, by default disabled.
+
+@item out_trans
+Set if output video needs to be transposed. Boolean value, by default disabled.
+
@end table
@subsection Examples
OpenPOWER on IntegriCloud