[SCM] libav/experimental: Cosmetics, indentation.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:51:35 UTC 2013
The following commit has been merged in the experimental branch:
commit 78b3a12d9cc943fa744b96cd15a68a826cea30bf
Author: Benjamin Larsson <banan at ludd.ltu.se>
Date: Mon Sep 21 20:53:29 2009 +0000
Cosmetics, indentation.
Originally committed as revision 19953 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/atrac1.c b/libavcodec/atrac1.c
index 00b01a5..c3f8cc0 100644
--- a/libavcodec/atrac1.c
+++ b/libavcodec/atrac1.c
@@ -226,7 +226,7 @@ static int at1_unpack_dequant(GetBitContext* gb, AT1SUCtx* su,
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)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list