diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-09-07 19:54:00 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-09-07 22:36:28 +0200 |
commit | 5b12a47e088da3388e7285dc9e44e70ea7bfd2d4 (patch) | |
tree | ce95b9b1571f42b914f779e38bc2380a3984b769 /doc | |
parent | a06d70350b2b0609320e99bfa6680a81434ba823 (diff) | |
download | ffmpeg-streaming-5b12a47e088da3388e7285dc9e44e70ea7bfd2d4.zip ffmpeg-streaming-5b12a47e088da3388e7285dc9e44e70ea7bfd2d4.tar.gz |
avfilter/vf_v360: add options to h/w unflip input video
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 7980868..8722e02 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. |