Author: superdump
Date: Sat Aug  9 12:55:23 2008
New Revision: 3094

Log:
There are a maximum of 16 possible gain lists, not 18 as previously thought


Modified:
   aac/aac.h

Modified: aac/aac.h
==============================================================================
--- aac/aac.h   (original)
+++ aac/aac.h   Sat Aug  9 12:55:23 2008
@@ -250,7 +250,7 @@ typedef struct {
     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][120];
+    float gain[16][120];
 } ChannelCoupling;
 
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to