diff options
author | Loren Merritt <lorenm@u.washington.edu> | 2008-08-12 00:36:36 +0000 |
---|---|---|
committer | Loren Merritt <lorenm@u.washington.edu> | 2008-08-12 00:36:36 +0000 |
commit | 0a570e826d7cb6602219236e20a15d85ab68b073 (patch) | |
tree | 6ac326a85a91f45414a4ccbf19f1c72cc757cf55 /libavcodec/wma.h | |
parent | e8dd7b0c9a3d61a2a5be7e763e5bdde486cdfc29 (diff) | |
download | ffmpeg-0a570e826d7cb6602219236e20a15d85ab68b073.tar.gz |
remove mdct tmp buffer
Originally committed as revision 14702 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wma.h')
-rw-r--r-- | libavcodec/wma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/wma.h b/libavcodec/wma.h index 88b5dbf9e9..43b5d0c339 100644 --- a/libavcodec/wma.h +++ b/libavcodec/wma.h @@ -115,7 +115,6 @@ typedef struct WMACodecContext { DECLARE_ALIGNED_16(FFTSample, output[BLOCK_MAX_SIZE * 2]); MDCTContext mdct_ctx[BLOCK_NB_SIZES]; float *windows[BLOCK_NB_SIZES]; - DECLARE_ALIGNED_16(FFTSample, mdct_tmp[BLOCK_MAX_SIZE]); ///< temporary storage for imdct /* output buffer for one frame and the last for IMDCT windowing */ DECLARE_ALIGNED_16(float, frame_out[MAX_CHANNELS][BLOCK_MAX_SIZE * 2]); /* last frame info */ |