[FFmpeg-soc] [soc]: r3433 - aacenc/aacenc.c
kostya
subversion at mplayerhq.hu
Mon Aug 18 07:55:32 CEST 2008
Author: kostya
Date: Mon Aug 18 07:55:32 2008
New Revision: 3433
Log:
Cosmetics: vertical realign after last patch
Modified:
aacenc/aacenc.c
Modified: aacenc/aacenc.c
==============================================================================
--- aacenc/aacenc.c (original)
+++ aacenc/aacenc.c Mon Aug 18 07:55:32 2008
@@ -375,13 +375,13 @@ static int calculate_band_sign_bits(AACE
/**
* Calculate the number of bits needed to code given band with given codebook.
*
- * @param s encoder context
- * @param cpe channel element
- * @param channel channel number inside channel pair
+ * @param s encoder context
+ * @param cpe channel element
+ * @param channel channel number inside channel pair
* @param group_len window group length
- * @param start scalefactor band position in spectral coefficients
- * @param size scalefactor band size
- * @param cb codebook number
+ * @param start scalefactor band position in spectral coefficients
+ * @param size scalefactor band size
+ * @param cb codebook number
*/
static int calculate_band_bits(AACEncContext *s, ChannelElement *cpe, int channel,
int group_len, int start, int size, int cb)
More information about the FFmpeg-soc
mailing list