diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-11-21 12:07:13 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-11-21 12:27:03 +0100 |
commit | afd2bf54c31b501244941e93bff364c6aa60e02c (patch) | |
tree | 1219a0b68de4f2a230abf509a41c7ab5aefcd4e9 /doc/filters.texi | |
parent | 37810bee7839f7524e68db83c3aef7b7474fce80 (diff) | |
download | ffmpeg-afd2bf54c31b501244941e93bff364c6aa60e02c.tar.gz |
avfilter/avf_avectorscope: add swap and mirror options
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 20 |
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 |