diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2008-07-19 20:52:43 +0000 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2008-07-19 20:52:43 +0000 |
| commit | 6da45d4c56c2771aa364e88ac8e2bcf124a73359 (patch) | |
| tree | d57dab0c84e4abb8e4016e42de4a53f878040845 /apps/codecs | |
| parent | 0099015a5cb5326ff5ebc72c9f4b324abdc24601 (diff) | |
| download | rockbox-6da45d4c56c2771aa364e88ac8e2bcf124a73359.zip rockbox-6da45d4c56c2771aa364e88ac8e2bcf124a73359.tar.gz rockbox-6da45d4c56c2771aa364e88ac8e2bcf124a73359.tar.bz2 rockbox-6da45d4c56c2771aa364e88ac8e2bcf124a73359.tar.xz | |
Remove unused variable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18095 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/libwma/wmadec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/libwma/wmadec.h b/apps/codecs/libwma/wmadec.h index c65dd75..cb49f61 100644 --- a/apps/codecs/libwma/wmadec.h +++ b/apps/codecs/libwma/wmadec.h @@ -23,7 +23,6 @@ #include "asf.h" #include "bitstream.h" /* For GetBitContext */ #include "types.h" -#include "mdct.h" //#include "dsputil.h" /* For MDCTContext */ @@ -118,7 +117,6 @@ typedef struct WMADecodeContext fixed32 max_exponent[MAX_CHANNELS]; int16_t coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE]; fixed32 (*coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE]; - MDCTContext mdct_ctx[BLOCK_NB_SIZES]; fixed32 *windows[BLOCK_NB_SIZES]; /* output buffer for one frame and the last for IMDCT windowing */ fixed32 (*frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE*2]; |