[FFmpeg-soc] [soc]: r2518 - aac/aac.c

superdump subversion at mplayerhq.hu
Sat Jun 21 17:02:09 CEST 2008


Author: superdump
Date: Sat Jun 21 17:02:09 2008
New Revision: 2518

Log:
Clarify the size of the icoef array


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Sat Jun 21 17:02:09 2008
@@ -1140,7 +1140,7 @@ static void decode_ms_data(AACContext * 
  * Decode spectral data
  * reference: Table 4.50
  */
-static int decode_spectral_data(AACContext * ac, GetBitContext * gb, const ics_struct * ics, const int cb[][64], int * icoef) {
+static int decode_spectral_data(AACContext * ac, GetBitContext * gb, const ics_struct * ics, const int cb[][64], int icoef[1024]) {
     int i, k, g;
     const uint16_t * offsets = ics->swb_offset;
 



More information about the FFmpeg-soc mailing list