summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmadec.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/wmadec.h')
-rw-r--r--apps/codecs/libwma/wmadec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libwma/wmadec.h b/apps/codecs/libwma/wmadec.h
index 95eb31956a..1d5a67d8a9 100644
--- a/apps/codecs/libwma/wmadec.h
+++ b/apps/codecs/libwma/wmadec.h
@@ -140,7 +140,6 @@ typedef struct WMADecodeContext
140 fixed32 (*coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE]; 140 fixed32 (*coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
141 MDCTContext mdct_ctx[BLOCK_NB_SIZES]; 141 MDCTContext mdct_ctx[BLOCK_NB_SIZES];
142 fixed32 *windows[BLOCK_NB_SIZES]; 142 fixed32 *windows[BLOCK_NB_SIZES];
143 FFTComplex *mdct_tmp; /* temporary storage for imdct */
144 /* output buffer for one frame and the last for IMDCT windowing */ 143 /* output buffer for one frame and the last for IMDCT windowing */
145 fixed32 frame_out[MAX_CHANNELS][BLOCK_MAX_SIZE * 2]; 144 fixed32 frame_out[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
146 /* last frame info */ 145 /* last frame info */