diff cook.c @ 10199:38ab367d4231 libavcodec

Merge FFTContext and MDCTContext
author mru
date Sun, 20 Sep 2009 17:30:20 +0000
parents 67a20f0eb42c
children 4dac6529ee0c
line wrap: on
line diff
--- a/cook.c	Sun Sep 20 17:18:59 2009 +0000
+++ b/cook.c	Sun Sep 20 17:30:20 2009 +0000
@@ -136,7 +136,7 @@
     AVLFG               random_state;
 
     /* transform data */
-    MDCTContext         mdct_ctx;
+    FFTContext          mdct_ctx;
     float*              mlt_window;
 
     /* VLC data */