Author: superdump
Date: Tue Jul  8 00:08:19 2008
New Revision: 2721

Log:
10l fix bug introduced in r2589


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Tue Jul  8 00:08:19 2008
@@ -1195,7 +1195,7 @@ static int decode_spectral_data(AACConte
                 for (group = 0; group < ics->group_len[g]; group++) {
                     memset(icoef + group * 128 + offsets[i], 0, (offsets[i+1] 
- offsets[i])*sizeof(int));
                 }
-            }else if (cur_cb != INTENSITY_HCB2 && cur_cb != INTENSITY_HCB) {
+            }else if (cur_cb != NOISE_HCB && cur_cb != INTENSITY_HCB2 && 
cur_cb != INTENSITY_HCB) {
                 for (group = 0; group < ics->group_len[g]; group++) {
                     for (k = offsets[i]; k < offsets[i+1]; k += dim) {
                         const int index = get_vlc2(gb, books[cur_cb - 
1].table, 6, 3);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to