summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2018-04-16 11:31:43 +0200
committerMartin Vignali <martin.vignali@gmail.com>2018-04-16 11:34:59 +0200
commitcb2f52b6a70971c902ea2aaa989d141973472125 (patch)
treeabe47ca7c101683dd895a88f660141c3b1e0c24f /doc
parente1c8bd2389d62b584d68486908b1d6351c027f41 (diff)
avfilter/showvolume : add display scale option
linear (current behaviour) or log display (more close to classic audio meter)
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 40083dd080..d95b377bd7 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -20014,6 +20014,10 @@ Set background opacity, allowed range is [0, 1]. Default is 0.
@item m
Set metering mode, can be peak: @code{p} or rms: @code{r},
default is @code{p}.
+
+@item ds
+Set display scale, can be linear: @code{lin} or log: @code{log},
+default is @code{lin}.
@end table
@section showwaves