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 20:54:00 +0300
committerPaul B Mahol <onemda@gmail.com>2019-09-07 23:36:28 +0300
commit5b12a47e088da3388e7285dc9e44e70ea7bfd2d4 (patch)
treece95b9b1571f42b914f779e38bc2380a3984b769 /doc
parenta06d70350b2b0609320e99bfa6680a81434ba823 (diff)
avfilter/vf_v360: add options to h/w unflip input video
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 79808686ba..8722e028fd 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18084,6 +18084,10 @@ Default value is @b{@samp{ypr}}.
@item d_flip
Flip the output video horizontally/vertically/in-depth. Boolean values.
+@item ih_flip
+@item iv_flip
+Set if input video is flipped horizontally/vertically. Boolean values.
+
@item in_trans
Set if input video is transposed. Boolean value, by default disabled.