diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-08-16 18:03:56 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-08-16 18:09:50 +0200 |
commit | b438c2025c3e277bb506a3a7b8ec8a0d52ed3b07 (patch) | |
tree | 95525f498f466d69af642f42b1494101c39bbb67 /doc | |
parent | 46bfc1562f187e3c04ea1b9baa1a1d0580530485 (diff) | |
download | ffmpeg-b438c2025c3e277bb506a3a7b8ec8a0d52ed3b07.tar.gz |
avfilter/window_func: add cauchy, parzen and poisson window function
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 786a0caf94..5c48ad7022 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -16519,6 +16519,9 @@ It accepts the following values: @item gauss @item tukey @item dolph +@item cauchy +@item parzen +@item poisson @end table Default is @code{hanning}. @@ -16667,6 +16670,9 @@ It accepts the following values: @item gauss @item tukey @item dolph +@item cauchy +@item parzen +@item poisson @end table Default value is @code{hann}. @@ -16811,6 +16817,9 @@ It accepts the following values: @item gauss @item tukey @item dolph +@item cauchy +@item parzen +@item poisson @end table Default value is @code{hann}. |