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

superdump subversion at mplayerhq.hu
Thu Aug 21 09:15:50 CEST 2008


Author: superdump
Date: Thu Aug 21 09:15:50 2008
New Revision: 3514

Log:
Oops, make the tns note a FIXME


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Thu Aug 21 09:15:50 2008
@@ -1280,7 +1280,7 @@ static void apply_tns(float coef[1024], 
                 continue;
 
             /* tns_decode_coef
-             * NOTE: This duplicates the functionality of some double code in lpc.c.
+             * FIXME: This duplicates the functionality of some double code in lpc.c.
              */
             for (m = 0; m < order; m++) {
                float tmp;



More information about the FFmpeg-soc mailing list