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

superdump subversion at mplayerhq.hu
Fri Aug 15 02:26:18 CEST 2008


Author: superdump
Date: Fri Aug 15 02:26:18 2008
New Revision: 3298

Log:
Remove no longer needed vertical alignment whitespace


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Fri Aug 15 02:26:18 2008
@@ -893,7 +893,7 @@ static int decode_spectrum_and_dequant(A
                 }
             }
         }
-        coef      += ics->group_len[g]<<7;
+        coef += ics->group_len[g]<<7;
     }
 
     if (pulse_present) {



More information about the FFmpeg-soc mailing list