summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-08-11 17:21:54 +0200
committerPaul B Mahol <onemda@gmail.com>2016-08-11 17:21:54 +0200
commita130165ed927af2cd8e4f4070e0289486cdcd221 (patch)
tree38ce229ad640426b974c124aabd111aad99a01f7 /doc
parent369fdfaf001da79a584ff07f08360f6c59c9ecdf (diff)
avfilter/avf_avectorscope: add scale option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 2dfe457024..8cef0a0345 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -15060,6 +15060,25 @@ Draw line between previous and current sample.
@end table
Default value is @samp{dot}.
+
+@item scale
+Specify amplitude scale of audio samples.
+
+Available values are:
+@table @samp
+@item lin
+Linear.
+
+@item sqrt
+Square root.
+
+@item cbrt
+Cubic root.
+
+@item log
+Logarithmic.
+@end table
+
@end table
@subsection Examples