Browse Source

Cosmetics, indentation.

Originally committed as revision 19953 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Benjamin Larsson 15 years ago
parent
commit
78b3a12d9c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/atrac1.c

+ 1
- 1
libavcodec/atrac1.c View File

@@ -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)


Loading…
Cancel
Save