Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-07 17:32:16 +0300
committerPaul B Mahol <onemda@gmail.com>2019-09-07 23:09:17 +0300
commita06d70350b2b0609320e99bfa6680a81434ba823 (patch)
treee7e63b8e0d8f134ebb3ced495a6c69929ea1004e /doc
parent12b909ba319d32ed100d9b26021aa9b6976424d7 (diff)
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 07e776ab0f..79808686ba 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