Author: superdump
Date: Fri Aug 15 14:35:19 2008
New Revision: 3327

Log:
Reindent


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Fri Aug 15 14:35:19 2008
@@ -744,13 +744,13 @@ static int decode_tns(AACContext * ac, T
                 tns->order[w][filt] = 0;
                 return -1;
             }
-                tns->direction[w][filt] = get_bits1(gb);
-                coef_compress = get_bits1(gb);
-                coef_len = coef_res - coef_compress;
-                tns->tmp2_map[w][filt] = tns_tmp2_map[2*coef_compress + 
coef_res - 3];
+            tns->direction[w][filt] = get_bits1(gb);
+            coef_compress = get_bits1(gb);
+            coef_len = coef_res - coef_compress;
+            tns->tmp2_map[w][filt] = tns_tmp2_map[2*coef_compress + coef_res - 
3];
 
-                for (i = 0; i < tns->order[w][filt]; i++)
-                    tns->coef[w][filt][i] = get_bits(gb, coef_len);
+            for (i = 0; i < tns->order[w][filt]; i++)
+                tns->coef[w][filt][i] = get_bits(gb, coef_len);
         }
     }
     return 0;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to