aboutsummaryrefslogtreecommitdiffstats
path: root/audio/clunk/files/patch-clunk__mdct_context.h
blob: a66c079fdded6b7239dae52a3283b7b63701b114 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- clunk/mdct_context.h.orig   2014-09-29 10:48:48.000000000 +0400
+++ clunk/mdct_context.h    2015-01-23 14:14:23.000000000 +0300
@@ -61,7 +61,7 @@
 
    T data[N];
 
-   mdct_context() : sqrt_N((T)sqrt((T)N)), data() {
+   mdct_context() : window_func(), sqrt_N((T)sqrt((T)N)), data() {
        for(unsigned t = 0; t < N4; ++t) {
            angle_cache[t] = std::polar<T>(1, 2 * T(M_PI) * (t + T(0.125)) / N);
        }