diff nellymoserdec.c @ 10199:38ab367d4231 libavcodec

Merge FFTContext and MDCTContext
author mru
date Sun, 20 Sep 2009 17:30:20 +0000
parents 67a20f0eb42c
children 5e566408864c
line wrap: on
line diff
--- a/nellymoserdec.c	Sun Sep 20 17:18:59 2009 +0000
+++ b/nellymoserdec.c	Sun Sep 20 17:30:20 2009 +0000
@@ -50,7 +50,7 @@
     int             add_bias;
     float           scale_bias;
     DSPContext      dsp;
-    MDCTContext     imdct_ctx;
+    FFTContext      imdct_ctx;
     DECLARE_ALIGNED_16(float,imdct_out[NELLY_BUF_LEN * 2]);
 } NellyMoserDecodeContext;