[FFmpeg-soc] [soc]: r3072 - aac/aac.h

superdump subversion at mplayerhq.hu
Fri Aug 8 01:00:13 CEST 2008


Author: superdump
Date: Fri Aug  8 01:00:13 2008
New Revision: 3072

Log:
Some ChannelCoupling members should be [8] not [9] sized arrays


Modified:
   aac/aac.h

Modified: aac/aac.h
==============================================================================
--- aac/aac.h	(original)
+++ aac/aac.h	Fri Aug  8 01:00:13 2008
@@ -266,9 +266,9 @@ typedef struct {
 typedef struct {
     enum CouplingPoint coupling_point;  ///< The point during decoding at which coupling is applied.
     int num_coupled;       ///< number of target elements
-    int is_cpe[9];         ///< Set if target is an CPE (otherwise it's an SCE).
-    int tag_select[9];     ///< element tag index
-    int ch_select[9];      /**< [0] shared list of gains; [1] list of gains for left channel;
+    int is_cpe[8];         ///< Set if target is an CPE (otherwise it's an SCE).
+    int tag_select[8];     ///< element tag index
+    int ch_select[8];      /**< [0] shared list of gains; [1] list of gains for left channel;
                             *   [2] list of gains for right channel; [3] lists of gains for both channels
                             */
     float gain[18][8][64];



More information about the FFmpeg-soc mailing list