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

Reply via email to