[FFmpeg-soc] [soc]: r2074 - aac/aac.c

andoma subversion at mplayerhq.hu
Thu Apr 3 08:44:18 CEST 2008


Author: andoma
Date: Thu Apr  3 08:44:18 2008
New Revision: 2074

Log:
Clean up some comments.



Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Thu Apr  3 08:44:18 2008
@@ -752,7 +752,7 @@ static int program_config_element_defaul
 
 
 /**
- * Parse GA specific configuration
+ * Parse GA "General Audio" specific configuration
  * reference: Table 4.1
  */
 static int GASpecificConfig(AACContext * ac, GetBitContext * gb, int channels) {
@@ -1305,7 +1305,6 @@ static int pulse_tool(AACContext * ac, c
     return 0;
 }
 
-// Tools implementation
 static void quant_to_spec_tool(AACContext * ac, const ics_struct * ics, const int * icoef, const int cb[][64], const float sf[][64], float * coef) {
     const uint16_t * offsets = ics->swb_offset;
     int g, i, group, k;



More information about the FFmpeg-soc mailing list