[FFmpeg-soc] [soc]: r2708 - aac/aac.c
superdump
subversion at mplayerhq.hu
Mon Jul 7 03:44:37 CEST 2008
Author: superdump
Date: Mon Jul 7 03:44:37 2008
New Revision: 2708
Log:
Clarify the meanings of the parameters to the coupling tool
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Mon Jul 7 03:44:37 2008
@@ -1972,6 +1972,12 @@ static void transform_coupling_tool(AACC
}
}
+/**
+ * channel coupling tool
+ *
+ * @param independent dependent [0] or independent [1] coupling
+ * @param domain Conduct coupling before [0] or after [1] TNS decoding.
+ */
static void coupling_tool(AACContext * ac, int independent, int domain) {
int i;
for (i = 0; i < MAX_TAGID; i++) {
More information about the FFmpeg-soc
mailing list