Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-08-18 21:14:58 +0300
committerPaul B Mahol <onemda@gmail.com>2016-08-18 21:14:58 +0300
commite2a39b103e5917780744fed6fd4336cf65a220f4 (patch)
tree976df4d2041e44674f764e5548dc8e23f74ac8aa /doc
parentb3c6e89d4871d4f6afada96d8695e0ef08c6f02b (diff)
avfilter/avf_showvolume: use current peak value for picking colors
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 cbe95aadad..8ae9c42034 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -16899,6 +16899,9 @@ The expression can use the following variables:
@item VOLUME
Current max volume of channel in dB.
+@item PEAK
+Current peak.
+
@item CHANNEL
Current channel number, starting from 0.
@end table