diff twinvq.c @ 10199:38ab367d4231 libavcodec

Merge FFTContext and MDCTContext
author mru
date Sun, 20 Sep 2009 17:30:20 +0000
parents 89cd870ca180
children 6d653bb57c58
line wrap: on
line diff
--- a/twinvq.c	Sun Sep 20 17:18:59 2009 +0000
+++ b/twinvq.c	Sun Sep 20 17:30:20 2009 +0000
@@ -172,7 +172,7 @@
 typedef struct TwinContext {
     AVCodecContext *avctx;
     DSPContext      dsp;
-    MDCTContext mdct_ctx[3];
+    FFTContext mdct_ctx[3];
 
     const ModeTab *mtab;