summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-10-16 11:37:07 +0200
committerPaul B Mahol <onemda@gmail.com>2021-10-16 11:39:15 +0200
commit5bcc61ce87922ecccaaa0bd303a7e195929859a8 (patch)
tree5301a4a61d3aad47336173eb56eb5ffaaba3efd2 /doc
parent3cc3f5de2afda5b8f880c0817e9d67c2dafbfe1e (diff)
avfilter/vf_v360: add reset_rot option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index e9eb07590d..3b8611d93b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -21612,6 +21612,9 @@ Set if output video needs to be transposed. Boolean value, by default disabled.
@item alpha_mask
Build mask in alpha plane for all unmapped pixels by marking them fully transparent. Boolean value, by default disabled.
+
+@item reset_rot
+Reset rotation of output video. Boolean value, by default disabled.
@end table
@subsection Examples