forked from len0rd/rockbox
Remove unused variable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18095 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0099015a5c
commit
6da45d4c56
1 changed files with 0 additions and 2 deletions
|
|
@ -23,7 +23,6 @@
|
||||||
#include "asf.h"
|
#include "asf.h"
|
||||||
#include "bitstream.h" /* For GetBitContext */
|
#include "bitstream.h" /* For GetBitContext */
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "mdct.h"
|
|
||||||
//#include "dsputil.h" /* For MDCTContext */
|
//#include "dsputil.h" /* For MDCTContext */
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -118,7 +117,6 @@ typedef struct WMADecodeContext
|
||||||
fixed32 max_exponent[MAX_CHANNELS];
|
fixed32 max_exponent[MAX_CHANNELS];
|
||||||
int16_t coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
|
int16_t coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
|
||||||
fixed32 (*coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
|
fixed32 (*coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
|
||||||
MDCTContext mdct_ctx[BLOCK_NB_SIZES];
|
|
||||||
fixed32 *windows[BLOCK_NB_SIZES];
|
fixed32 *windows[BLOCK_NB_SIZES];
|
||||||
/* output buffer for one frame and the last for IMDCT windowing */
|
/* output buffer for one frame and the last for IMDCT windowing */
|
||||||
fixed32 (*frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE*2];
|
fixed32 (*frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE*2];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue