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

Reply via email to