diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-07-03 18:30:27 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-07-03 18:43:21 +0000 |
commit | e658b1036c0b9e0eedf41eb3b4eae569952ec575 (patch) | |
tree | 928dcfc880b5856e4e7d5a68f0cd89fc2a2b1bc6 /doc/filters.texi | |
parent | c3a5702ebf1a63443efb90a692be94ae3f2f570a (diff) | |
download | ffmpeg-e658b1036c0b9e0eedf41eb3b4eae569952ec575.tar.gz |
avfilter/avf_showvolume: make it possible to use current channel number in color expression
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ed3362183a..7cd0635411 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -12158,6 +12158,9 @@ The expression can use the following variables: @table @option @item VOLUME Current max volume of channel in dB. + +@item CHANNEL +Current channel number, starting from 0. @end table @item t |