diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-07-10 15:57:38 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-07-10 15:57:38 +0200 |
commit | 57a2688fe388dd3d9e12ac59fc289dc36c1ee283 (patch) | |
tree | 8cf8b86a08c25a0d363a6e4900653e29266c034c /doc | |
parent | b1febda061955c6f4bfbc1a75918b5e75e7d7f80 (diff) | |
download | ffmpeg-57a2688fe388dd3d9e12ac59fc289dc36c1ee283.tar.gz |
avfilter/af_afftfilt: make selecting window size simpler
Next step after this one will be adding support for more window sizes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ccbffab6ae..60b9204245 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1124,25 +1124,8 @@ Return the value of imaginary part of frequency bin at location (@var{bin},@var{ @end table @item win_size -Set window size. - -It accepts the following values: -@table @samp -@item w16 -@item w32 -@item w64 -@item w128 -@item w256 -@item w512 -@item w1024 -@item w2048 -@item w4096 -@item w8192 -@item w16384 -@item w32768 -@item w65536 -@end table -Default is @code{w4096} +Set window size. Allowed range is from 16 to 131072. +Default is @code{4096} @item win_func Set window function. Default is @code{hann}. |