From 57a2688fe388dd3d9e12ac59fc289dc36c1ee283 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 10 Jul 2019 15:57:38 +0200 Subject: avfilter/af_afftfilt: make selecting window size simpler Next step after this one will be adding support for more window sizes. --- doc/filters.texi | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'doc') 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}. -- cgit v1.2.3