[FFmpeg-soc] [soc]: r2933 - aac/aac.c

superdump subversion at mplayerhq.hu
Wed Jul 30 18:07:57 CEST 2008


Author: superdump
Date: Wed Jul 30 18:07:57 2008
New Revision: 2933

Log:
Improve doxygen comment for 'index' parameter


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Wed Jul 30 18:07:57 2008
@@ -2039,7 +2039,7 @@ static void apply_ssr(AACContext * ac, S
 /**
  * Apply dependent channel coupling (applied before IMDCT).
  *
- * @param   index   which gain to use for coupling
+ * @param   index   index into coupling gain array
  */
 static void apply_dependent_coupling(AACContext * ac, ChannelElement * cc, SingleChannelElement * sce, int index) {
     IndividualChannelStream * ics = &cc->ch[0].ics;
@@ -2072,7 +2072,7 @@ static void apply_dependent_coupling(AAC
 /**
  * Apply independent channel coupling (applied after IMDCT).
  *
- * @param   index   which gain to use for coupling
+ * @param   index   index into coupling gain array
  */
 static void apply_independent_coupling(AACContext * ac, ChannelElement * cc, SingleChannelElement * sce, int index) {
     int i;
@@ -2084,7 +2084,7 @@ static void apply_independent_coupling(A
 /**
  * channel coupling transformation interface
  *
- * @param   index   which gain to use for coupling
+ * @param   index   index into coupling gain array
  * @param   apply_coupling_method   pointer to (in)dependent coupling function
  */
 static void apply_channel_coupling(AACContext * ac, ChannelElement * cc,



More information about the FFmpeg-soc mailing list