diff options
Diffstat (limited to 'apps/codecs/libwma/wmadeci.c')
-rw-r--r-- | apps/codecs/libwma/wmadeci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwma/wmadeci.c b/apps/codecs/libwma/wmadeci.c index 084882a4d9..66b3039869 100644 --- a/apps/codecs/libwma/wmadeci.c +++ b/apps/codecs/libwma/wmadeci.c | |||
@@ -906,7 +906,7 @@ static int wma_decode_block(WMADecodeContext *s) | |||
906 | int nb_coefs[MAX_CHANNELS]; | 906 | int nb_coefs[MAX_CHANNELS]; |
907 | fixed32 mdct_norm; | 907 | fixed32 mdct_norm; |
908 | 908 | ||
909 | DEBUGF("***decode_block: %d (%d samples of %d in frame)\n", s->block_num, s->frame_len, s->block_len); | 909 | DEBUGF("***decode_block: %d (%d samples of %d in frame)\n", s->block_num, s->block_len, s->frame_len); |
910 | 910 | ||
911 | /* compute current block length */ | 911 | /* compute current block length */ |
912 | if (s->use_variable_block_len) | 912 | if (s->use_variable_block_len) |