From 117b96ee4431075adc24c09afd0b6251c8ababd6 Mon Sep 17 00:00:00 2001 From: Monty Date: Tue, 31 Aug 1999 03:53:25 +0000 Subject: First shot at the continuous balance code. Analysis is not correct yet. Monty svn path=/trunk/vorbis/; revision=80 --- lib/mdct.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'lib/mdct.h') diff --git a/lib/mdct.h b/lib/mdct.h index 771527ee..4337ca3e 100644 --- a/lib/mdct.h +++ b/lib/mdct.h @@ -18,14 +18,7 @@ #ifndef _OGG_mdct_H_ #define _OGG_mdct_H_ -typedef struct { - int n; - int log2n; - - double *trig; - int *bitrev; - -} mdct_lookup; +#include "codec.h" extern void mdct_init(mdct_lookup *lookup,int n); extern void mdct_clear(mdct_lookup *l); -- cgit v1.2.1