diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-08-16 14:30:43 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-08-16 15:56:12 +0200 |
commit | ea58dd2bebf8748be4c2716936e1056dc6c507fc (patch) | |
tree | e272a8b6d567a6877e58ba3853c5904babb0a52a /doc/filters.texi | |
parent | c3c4c72665b9fbb06d8e84e6350c1148b3c55498 (diff) | |
download | ffmpeg-ea58dd2bebf8748be4c2716936e1056dc6c507fc.tar.gz |
avfilter/window_func: add dolph 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 c595feda5a..786a0caf94 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -16518,6 +16518,7 @@ It accepts the following values: @item lanczos @item gauss @item tukey +@item dolph @end table Default is @code{hanning}. @@ -16665,6 +16666,7 @@ It accepts the following values: @item lanczos @item gauss @item tukey +@item dolph @end table Default value is @code{hann}. @@ -16808,6 +16810,7 @@ It accepts the following values: @item lanczos @item gauss @item tukey +@item dolph @end table Default value is @code{hann}. |