]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/window_func.h
Merge commit '892f037c55d86ce36f8705fbeab052189312a13e'
[ffmpeg] / libavfilter / window_func.h
index eb2a3265fb04502aaf6b54873762270071e58e9d..3da09d8da0b1aeb2a5b56ce984b504607a786ceb 100644 (file)
@@ -25,7 +25,7 @@
 enum WindowFunc     { WFUNC_RECT, WFUNC_HANNING, WFUNC_HAMMING, WFUNC_BLACKMAN,
                       WFUNC_BARTLETT, WFUNC_WELCH, WFUNC_FLATTOP,
                       WFUNC_BHARRIS, WFUNC_BNUTTALL, WFUNC_SINE, WFUNC_NUTTALL,
-                      WFUNC_BHANN, WFUNC_LANCZOS, WFUNC_GAUSS, NB_WFUNC };
+                      WFUNC_BHANN, WFUNC_LANCZOS, WFUNC_GAUSS, WFUNC_TUKEY, NB_WFUNC };
 
 void ff_generate_window_func(float *lut, int N, int win_func, float *overlap);