[FFmpeg-soc] [soc]: r2520 - aac/aac.c
superdump
subversion at mplayerhq.hu
Sat Jun 21 17:07:03 CEST 2008
Author: superdump
Date: Sat Jun 21 17:07:02 2008
New Revision: 2520
Log:
Cosmetics
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Sat Jun 21 17:07:02 2008
@@ -1168,7 +1168,8 @@ static int decode_spectral_data(AACConte
av_log(ac->avccontext, AV_LOG_ERROR, "Error in spectral data\n");
return -1;
}
- for (j = 0; j < dim; j++) icoef[coef_idx + j] = 1;
+ for (j = 0; j < dim; j++)
+ icoef[coef_idx + j] = 1;
if (IS_CODEBOOK_UNSIGNED(cur_cb)) {
for (j = 0; j < dim; j++)
if (vq_ptr[j] && get_bits1(gb))
More information about the FFmpeg-soc
mailing list