[FFmpeg-soc] [soc]: r2876 - aac/aac.c
superdump
subversion at mplayerhq.hu
Mon Jul 28 10:57:57 CEST 2008
Author: superdump
Date: Mon Jul 28 10:57:57 2008
New Revision: 2876
Log:
Reindent
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Mon Jul 28 10:57:57 2008
@@ -1277,8 +1277,8 @@ static int decode_spectrum(AACContext *
if (vq_ptr[j])
icoef[coef_idx + j] = 1 - 2*get_bits1(gb);
}else {
- for (j = 0; j < dim; j++)
- icoef[coef_idx + j] = 1;
+ for (j = 0; j < dim; j++)
+ icoef[coef_idx + j] = 1;
}
if (cur_band_type == ESC_BT) {
for (j = 0; j < 2; j++) {
More information about the FFmpeg-soc
mailing list