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;
             }
         }
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to