summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/structs.h')
-rw-r--r--apps/codecs/libfaad/structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libfaad/structs.h b/apps/codecs/libfaad/structs.h
index 9fa2029..05a2b52 100644
--- a/apps/codecs/libfaad/structs.h
+++ b/apps/codecs/libfaad/structs.h
@@ -32,7 +32,7 @@
extern "C" {
#endif
-#include "cfft.h"
+//#include "cfft.h"
#ifdef SBR_DEC
#include "sbr_dec.h"
#endif
@@ -53,7 +53,7 @@ typedef struct {
typedef struct {
uint16_t N;
- cfft_info *cfft;
+ //cfft_info *cfft;
complex_t *sincos;
#ifdef PROFILE
int64_t cycles;