diff ac3dec.h @ 10199:38ab367d4231 libavcodec

Merge FFTContext and MDCTContext
author mru
date Sun, 20 Sep 2009 17:30:20 +0000
parents 652e08aa95fd
children 34a65026fa06
line wrap: on
line diff
--- a/ac3dec.h	Sun Sep 20 17:18:59 2009 +0000
+++ b/ac3dec.h	Sun Sep 20 17:30:20 2009 +0000
@@ -146,8 +146,8 @@
 
 ///@defgroup imdct IMDCT
     int block_switch[AC3_MAX_CHANNELS];     ///< block switch flags                     (blksw)
-    MDCTContext imdct_512;                  ///< for 512 sample IMDCT
-    MDCTContext imdct_256;                  ///< for 256 sample IMDCT
+    FFTContext imdct_512;                   ///< for 512 sample IMDCT
+    FFTContext imdct_256;                   ///< for 256 sample IMDCT
 ///@}
 
 ///@defgroup opt optimization