ref: 309d64204d09e964d5d05dff132f99cc210428a6
parent: 39aad911d96dc80509a9402c4eeefe333b56d212
author: Jean-Marc Valin <[email protected]>
date: Thu Apr 17 03:41:39 EDT 2008
fixed an issue (lacking parentheses) in the no-op version of BITREV
--- a/libcelt/kfft_single.h
+++ b/libcelt/kfft_single.h
@@ -38,7 +38,7 @@
#define real16_fft_alloc(length) NULL
#define real16_fft_free(state)
-#define BITREV(state, i) i
+#define BITREV(state, i) (i)
#define real16_fft_inplace(state, X, nx)\
(\