summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-01-05 11:37:11 +0100
committerPaul B Mahol <onemda@gmail.com>2016-01-05 11:37:11 +0100
commitc13216ac0801ea9af373728aca7c6eda61593a4a (patch)
tree68f4f90f9025e01e9202fe76ab59c5b6735a52fb /doc
parentc31fa1d7b44c55d8491b7e6ebe8615289aadec69 (diff)
avfilter/window_func: add tukey window function
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 341ca4ebba..02ee9a6955 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -14535,6 +14535,7 @@ It accepts the following values:
@item nuttall
@item lanczos
@item gauss
+@item tukey
@end table
Default is @code{hanning}.
@@ -14678,6 +14679,7 @@ It accepts the following values:
@item nuttall
@item lanczos
@item gauss
+@item tukey
@end table
Default value is @code{hann}.