[FFmpeg-soc] [soc]: r3104 - aac/aac.c
superdump
subversion at mplayerhq.hu
Sat Aug 9 23:57:30 CEST 2008
Author: superdump
Date: Sat Aug 9 23:57:30 2008
New Revision: 3104
Log:
Remove redundant and meaningless comment
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Sat Aug 9 23:57:30 2008
@@ -831,7 +831,7 @@ static void decode_mid_side_stereo(Chann
if (ms_present == 1) {
for (g = 0; g < cpe->ch[0].ics.num_window_groups; g++)
for (i = 0; i < cpe->ch[0].ics.max_sfb; i++, idx++)
- cpe->ms_mask[idx] = get_bits1(gb);// << i;
+ cpe->ms_mask[idx] = get_bits1(gb);
} else if (ms_present == 2) {
for (g = 0; g < cpe->ch[0].ics.num_window_groups; g++)
memset(&cpe->ms_mask[g*cpe->ch[0].ics.max_sfb], 1, cpe->ch[0].ics.max_sfb * sizeof(cpe->ms_mask[0]));
More information about the FFmpeg-soc
mailing list