From 0a570e826d7cb6602219236e20a15d85ab68b073 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Tue, 12 Aug 2008 00:36:36 +0000 Subject: remove mdct tmp buffer Originally committed as revision 14702 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wma.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/wma.h') 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 */ -- cgit v1.2.3