[FFmpeg-soc] [soc]: r2737 - aac/aac.c
superdump
subversion at mplayerhq.hu
Tue Jul 8 07:18:39 CEST 2008
Author: superdump
Date: Tue Jul 8 07:18:39 2008
New Revision: 2737
Log:
Mark variable as unused until scalable AAC is implemented
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Tue Jul 8 07:18:39 2008
@@ -1376,7 +1376,7 @@ static void dequant(AACContext * ac, con
* Decode an individual_channel_stream payload; reference: table 4.44.
*
* @param common_window Channels have independent [0], or shared [1], Individual Channel Stream information.
- * @param scale_flag scalable [1] or non-scalable [0] AAC
+ * @param scale_flag scalable [1] or non-scalable [0] AAC (Unused until scalable AAC is implemented.)
* @return Returns error status. 0 - OK, !0 - error
*/
static int decode_ics(AACContext * ac, GetBitContext * gb, int common_window, int scale_flag, SingleChannelElement * sce) {
More information about the FFmpeg-soc
mailing list