Author: superdump
Date: Tue Jun 10 14:22:03 2008
New Revision: 2421

Log:
10l - bug spotted by Kostya


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Tue Jun 10 14:22:03 2008
@@ -1239,7 +1239,8 @@ static int decode_spectral_data(AACConte
                                         return -1;
                                     }
                                     icoef[coef_idx + j] *= (1<<n) + 
get_bits(gb, n);
-                                }
+                                }else
+                                    icoef[coef_idx + j] *= ptr[j];
                             }
                         }else
                             for (j = 0; j < dim; j++)
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to