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

superdump subversion at mplayerhq.hu
Wed Jul 30 14:41:35 CEST 2008


Author: superdump
Date: Wed Jul 30 14:41:34 2008
New Revision: 2919

Log:
Add doxygen comment for apply_coupling_method function pointer argument of
apply_channel_coupling()


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Wed Jul 30 14:41:34 2008
@@ -2085,6 +2085,7 @@ static void independent_coupling(AACCont
  * channel coupling transformation interface
  *
  * @param   index   which gain to use for coupling
+ * @param   apply_coupling_method   pointer to (in)dependent coupling function
  */
 static void apply_channel_coupling(AACContext * ac, ChannelElement * cc,
         void (*apply_coupling_method)(AACContext * ac, ChannelElement * cc, SingleChannelElement * sce, int index))



More information about the FFmpeg-soc mailing list