1
0
Fork 0
forked from len0rd/rockbox

Remove tabs.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28635 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-11-21 21:54:46 +00:00
parent 1aac58553c
commit f99b896017
3 changed files with 54 additions and 54 deletions

View file

@ -1232,7 +1232,7 @@ static int wma_decode_block(WMADecodeContext *s)
for(ch = 0; ch < s->nb_channels; ++ch)
{
/* BLOCK_MAX_SIZE is 2048 (samples) and MAX_CHANNELS is 2. */
static uint32_t scratch_buf[BLOCK_MAX_SIZE * MAX_CHANNELS] IBSS_ATTR;
static uint32_t scratch_buf[BLOCK_MAX_SIZE * MAX_CHANNELS] IBSS_ATTR;
if (s->channel_coded[ch])
{
int n4, index;
@ -1348,9 +1348,9 @@ int wma_decode_superframe_frame(WMADecodeContext* s,
int done = 0;
for(ch = 0; ch < s->nb_channels; ch++)
memmove(&((*s->frame_out)[ch][0]),
&((*s->frame_out)[ch][s->frame_len]),
s->frame_len * sizeof(fixed32));
memmove(&((*s->frame_out)[ch][0]),
&((*s->frame_out)[ch][s->frame_len]),
s->frame_len * sizeof(fixed32));
if ((s->use_bit_reservoir) && (s->current_frame == 0))
{