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

superdump subversion at mplayerhq.hu
Mon Jul 28 14:45:03 CEST 2008


Author: superdump
Date: Mon Jul 28 14:45:02 2008
New Revision: 2884

Log:
Vertical alignment


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Mon Jul 28 14:45:02 2008
@@ -1648,7 +1648,7 @@ static int dynamic_range_info(AACContext
 
     /* drc_bands_present? */
     if (get_bits1(gb)) {
-        ac->che_drc.band_incr = get_bits(gb, 4);
+        ac->che_drc.band_incr            = get_bits(gb, 4);
         ac->che_drc.interpolation_scheme = get_bits(gb, 4);
         n++;
         drc_num_bands += ac->che_drc.band_incr;



More information about the FFmpeg-soc mailing list