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

superdump subversion at mplayerhq.hu
Wed May 21 14:22:41 CEST 2008


Author: superdump
Date: Wed May 21 14:22:41 2008
New Revision: 2175

Log:
Vertical alignment


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Wed May 21 14:22:41 2008
@@ -1998,7 +1998,7 @@ static void coupling_dependent_trans(AAC
             }
         }
         dest += ics->group_len[g]*128;
-        src += ics->group_len[g]*128;
+        src  += ics->group_len[g]*128;
     }
 }
 



More information about the FFmpeg-soc mailing list