[FFmpeg-soc] [soc]: r3094 - aac/aac.h
superdump
subversion at mplayerhq.hu
Sat Aug 9 12:55:23 CEST 2008
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;
More information about the FFmpeg-soc
mailing list