diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-05 12:09:01 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-06 14:23:53 +0100 |
commit | 27ec72db061bd13a3dcfee4c519285c303e11875 (patch) | |
tree | f7b498ebc89afbc26bcc53dfcf18e65eb5e31597 /doc/filters.texi | |
parent | 1e3f4b5f19323321ebca68bd7c1dd496933377a3 (diff) | |
download | ffmpeg-27ec72db061bd13a3dcfee4c519285c303e11875.tar.gz |
avfilter/af_dynaudnorm: add support for commands
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index f13da43b7b..7e6b06f613 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3448,6 +3448,10 @@ to 0, which means all input frames will be normalized. This option is mostly useful if digital noise is not wanted to be amplified. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section earwax Make audio easier to listen to on headphones. |