diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-11-08 14:31:50 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-11-17 00:17:54 +0100 |
commit | 08e97dae205d10806a0360bfc62f654d629dda93 (patch) | |
tree | e70399bfe0e7fe00c3e85448d4369e72b50a689e /doc/filters.texi | |
parent | 82be1e5c0d828eef0b69307a61bc14f5b23ed595 (diff) | |
download | ffmpeg-08e97dae205d10806a0360bfc62f654d629dda93.tar.gz |
avfilter/af_adynamicequalizer: add adaptive detection mode
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 13c18a2574..d83a3fb91e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1100,6 +1100,8 @@ Disable using automatically gathered threshold value. Stop picking threshold value. @item on Start picking threshold value. +@item adaptive +Adaptively pick threshold value, by calculating sliding window entropy. @end table @item precision |