Merge FFTContext and MDCTContext
Originally committed as revision 19931 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -50,7 +50,7 @@ typedef struct NellyMoserDecodeContext {
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user