[FFmpeg-soc] [soc]: r2176 - aac/aac.c
superdump
subversion at mplayerhq.hu
Wed May 21 15:46:41 CEST 2008
Author: superdump
Date: Wed May 21 15:46:41 2008
New Revision: 2176
Log:
Remove superfluous {}
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Wed May 21 15:46:41 2008
@@ -1418,9 +1418,8 @@ static void intensity_tool(AACContext *
if (cpe->ms.present)
c *= 1 - 2 * cpe->ms.mask[g][i];
scale = c * sce1->sf[g][i];
- for (k = offsets[i]; k < offsets[i+1]; k++) {
+ for (k = offsets[i]; k < offsets[i+1]; k++)
coef1[k] = scale * coef0[k];
- }
}
}
coef0 += 128;
More information about the FFmpeg-soc
mailing list