[FFmpeg-cvslog] r19953 - trunk/libavcodec/atrac1.c
banan
subversion
Mon Sep 21 22:53:30 CEST 2009
Author: banan
Date: Mon Sep 21 22:53:29 2009
New Revision: 19953
Log:
Cosmetics, indentation.
Modified:
trunk/libavcodec/atrac1.c
Modified: trunk/libavcodec/atrac1.c
==============================================================================
--- trunk/libavcodec/atrac1.c Mon Sep 21 22:52:24 2009 (r19952)
+++ trunk/libavcodec/atrac1.c Mon Sep 21 22:53:29 2009 (r19953)
@@ -226,7 +226,7 @@ static int at1_unpack_dequant(GetBitCont
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)
More information about the ffmpeg-cvslog
mailing list