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;
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to