summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-11-21 12:07:13 +0100
committerPaul B Mahol <onemda@gmail.com>2017-11-21 12:27:03 +0100
commitafd2bf54c31b501244941e93bff364c6aa60e02c (patch)
tree1219a0b68de4f2a230abf509a41c7ab5aefcd4e9 /doc
parent37810bee7839f7524e68db83c3aef7b7474fce80 (diff)
avfilter/avf_avectorscope: add swap and mirror options
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 63ce899784..62f633c6f8 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -17232,6 +17232,26 @@ Cubic root.
Logarithmic.
@end table
+@item swap
+Swap left channel axis with right channel axis.
+
+@item mirror
+Mirror axis.
+
+@table @samp
+@item none
+No mirror.
+
+@item x
+Mirror only x axis.
+
+@item y
+Mirror only y axis.
+
+@item xy
+Mirror both axis.
+@end table
+
@end table
@subsection Examples