Author: superdump
Date: Mon Jul 28 10:57:57 2008
New Revision: 2876

Log:
Reindent


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Mon Jul 28 10:57:57 2008
@@ -1277,8 +1277,8 @@ static int decode_spectrum(AACContext * 
                                 if (vq_ptr[j])
                                     icoef[coef_idx + j] = 1 - 2*get_bits1(gb);
                         }else {
-                        for (j = 0; j < dim; j++)
-                            icoef[coef_idx + j] = 1;
+                            for (j = 0; j < dim; j++)
+                                icoef[coef_idx + j] = 1;
                         }
                         if (cur_band_type == ESC_BT) {
                             for (j = 0; j < 2; j++) {
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to