[FFmpeg-soc] [soc]: r3392 - aacenc/aacenc.c
kostya
subversion at mplayerhq.hu
Sun Aug 17 11:15:20 CEST 2008
Author: kostya
Date: Sun Aug 17 11:15:20 2008
New Revision: 3392
Log:
Correct documentation
Modified:
aacenc/aacenc.c
Modified: aacenc/aacenc.c
==============================================================================
--- aacenc/aacenc.c (original)
+++ aacenc/aacenc.c Sun Aug 17 11:15:20 2008
@@ -511,7 +511,7 @@ static void encode_window_bands_info(AAC
}
/**
- * Encode one scalefactor band with selected codebook.
+ * Encode the coefficients of one scalefactor band with selected codebook.
*/
static void encode_band_coeffs(AACEncContext *s, ChannelElement *cpe, int channel, int start, int size, int cb)
{
More information about the FFmpeg-soc
mailing list