summaryrefslogtreecommitdiff
path: root/audio/clunk/files/patch-clunk_mdct__context.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/clunk/files/patch-clunk_mdct__context.h')
-rw-r--r--audio/clunk/files/patch-clunk_mdct__context.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/clunk/files/patch-clunk_mdct__context.h b/audio/clunk/files/patch-clunk_mdct__context.h
new file mode 100644
index 000000000000..1d694ef4a1ce
--- /dev/null
+++ b/audio/clunk/files/patch-clunk_mdct__context.h
@@ -0,0 +1,11 @@
+--- clunk/mdct_context.h.orig 2014-09-29 06:48:48 UTC
++++ clunk/mdct_context.h
+@@ -61,7 +61,7 @@ public:
+
+ 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);
+ }