[FFmpeg-soc] [soc]: r3066 - aac/aac.h
superdump
subversion at mplayerhq.hu
Thu Aug 7 15:13:36 CEST 2008
Author: superdump
Date: Thu Aug 7 15:13:36 2008
New Revision: 3066
Log:
Correct comments for ChannelCoupling.(l|r)
Modified:
aac/aac.h
Modified: aac/aac.h
==============================================================================
--- aac/aac.h (original)
+++ aac/aac.h Thu Aug 7 15:13:36 2008
@@ -267,8 +267,8 @@ typedef struct {
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 l[9]; ///< Apply gain to left channel of a CPE.
- int r[9]; ///< Apply gain to right channel of a CPE.
+ int l[9]; ///< Indicates the presence of a channel specific list of gains for the left channel of a CPE.
+ int r[9]; ///< Indicates the presence of a channel specific list of gains for the right channel of a CPE.
float gain[18][8][64];
} ChannelCoupling;
More information about the FFmpeg-soc
mailing list