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

superdump subversion at mplayerhq.hu
Sun Jul 27 23:50:45 CEST 2008


Author: superdump
Date: Sun Jul 27 23:50:44 2008
New Revision: 2870

Log:
Veritcal alignment


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Sun Jul 27 23:50:44 2008
@@ -1080,7 +1080,7 @@ static int decode_band_types(AACContext 
                 return -1;
             }
             for (; k < sect_len; k++) {
-                band_type[g][k] = sect_band_type;
+                band_type        [g][k] = sect_band_type;
                 band_type_run_end[g][k] = sect_len;
             }
         }



More information about the FFmpeg-soc mailing list