[FFmpeg-soc] [soc]: r3108 - aac/aac.c
superdump
subversion at mplayerhq.hu
Sun Aug 10 00:05:45 CEST 2008
Author: superdump
Date: Sun Aug 10 00:05:44 2008
New Revision: 3108
Log:
Reindent
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Sun Aug 10 00:05:44 2008
@@ -830,7 +830,7 @@ static void decode_mid_side_stereo(Chann
int idx;
if (ms_present == 1) {
for (idx = 0; idx < cpe->ch[0].ics.num_window_groups * cpe->ch[0].ics.max_sfb; idx++)
- cpe->ms_mask[idx] = get_bits1(gb);
+ cpe->ms_mask[idx] = get_bits1(gb);
} else if (ms_present == 2) {
memset(cpe->ms_mask, 1, cpe->ch[0].ics.num_window_groups * cpe->ch[0].ics.max_sfb * sizeof(cpe->ms_mask[0]));
}
More information about the FFmpeg-soc
mailing list