diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-10-27 13:13:31 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-10-27 13:36:00 +0200 |
commit | 40ac622460284f4aad10a13b786d03d6c2cfa868 (patch) | |
tree | 5c74fa3a5b73d209c29c044b4585570314602d46 /doc/filters.texi | |
parent | 59a35fe1f63df1451dec6663dcca3451b16c662d (diff) | |
download | ffmpeg-40ac622460284f4aad10a13b786d03d6c2cfa868.tar.gz |
avfilter/window_func: add bohman window
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 7811c25ddb..9c7cc2284b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -20851,6 +20851,7 @@ It accepts the following values: @item cauchy @item parzen @item poisson +@item bohman @end table Default is @code{hanning}. @@ -21009,6 +21010,7 @@ It accepts the following values: @item cauchy @item parzen @item poisson +@item bohman @end table Default value is @code{hann}. @@ -21172,6 +21174,7 @@ It accepts the following values: @item cauchy @item parzen @item poisson +@item bohman @end table Default value is @code{hann}. |