[FFmpeg-soc] [soc]: r2734 - aac/aac.c
superdump
subversion at mplayerhq.hu
Tue Jul 8 02:21:03 CEST 2008
Author: superdump
Date: Tue Jul 8 02:21:03 2008
New Revision: 2734
Log:
Missing doxygen comment
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Tue Jul 8 02:21:03 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
+ * @param scale_flag scalable [1] or non-scalable [0] AAC
* @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