Fix misleading debug statement.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16838 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b35d45db02
commit
03f1b98531
1 changed files with 1 additions and 1 deletions
|
@ -906,7 +906,7 @@ static int wma_decode_block(WMADecodeContext *s)
|
|||
int nb_coefs[MAX_CHANNELS];
|
||||
fixed32 mdct_norm;
|
||||
|
||||
DEBUGF("***decode_block: %d (%d samples of %d in frame)\n", s->block_num, s->frame_len, s->block_len);
|
||||
DEBUGF("***decode_block: %d (%d samples of %d in frame)\n", s->block_num, s->block_len, s->frame_len);
|
||||
|
||||
/* compute current block length */
|
||||
if (s->use_variable_block_len)
|
||||
|
|
Loading…
Reference in a new issue