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

superdump subversion at mplayerhq.hu
Mon Aug 18 13:09:00 CEST 2008


Author: superdump
Date: Mon Aug 18 13:08:59 2008
New Revision: 3447

Log:
Cosmetics: whitespace


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Mon Aug 18 13:08:59 2008
@@ -1274,8 +1274,8 @@ static void apply_tns(float coef[1024], 
     for (w = 0; w < ics->num_windows; w++) {
         bottom = ics->num_swb;
         for (filt = 0; filt < tns->n_filt[w]; filt++) {
-            top = bottom;
-            bottom = FFMAX(                  0, top - tns->length[w][filt]);
+            top    = bottom;
+            bottom = FFMAX(0, top - tns->length[w][filt]);
             order  = tns->order[w][filt];
             if (order == 0)
                 continue;



More information about the FFmpeg-soc mailing list