diff atrac1.c @ 10217:35f1814a6496 libavcodec

Cosmetics, indentation.
author banan
date Mon, 21 Sep 2009 20:53:29 +0000
parents 5906eb8b992b
children 84a9a55135f4
line wrap: on
line diff
--- a/atrac1.c	Mon Sep 21 20:52:24 2009 +0000
+++ b/atrac1.c	Mon Sep 21 20:53:29 2009 +0000
@@ -226,7 +226,7 @@
             int num_specs = specs_per_bfu[bfu_num];
             int word_len  = !!idwls[bfu_num] + idwls[bfu_num];
             float scale_factor = sf_table[idsfs[bfu_num]];
-            bits_used    += word_len * num_specs; /* add number of bits consumed by current BFU */
+            bits_used += word_len * num_specs; /* add number of bits consumed by current BFU */
 
             /* check for bitstream overflow */
             if (bits_used > AT1_SU_MAX_BITS)