diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-03-03 11:31:38 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-03-03 17:35:48 +0100 |
commit | de0bb77563a02d9556af8144fee88cdbedd0cdef (patch) | |
tree | 1de73187bba7695f0e7946ab2002b8656a10ed8a /doc | |
parent | 72684d2c2df015fadefc06b6eb58964ad8afa2fe (diff) | |
download | ffmpeg-de0bb77563a02d9556af8144fee88cdbedd0cdef.tar.gz |
avfilter/avf_abitscope: refactor code & add trace mode
Diffstat (limited to 'doc')
-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 571d9430c6..59f9dab2ea 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -25867,6 +25867,9 @@ Default value is @code{1024x256}. Specify list of colors separated by space or by '|' which will be used to draw channels. Unrecognized or missing colors will be replaced by white color. + +@item mode, m +Set output mode. Can be @code{bars} or @code{trace}. Default is @code{bars}. @end table @section adrawgraph |