# HG changeset patch # User alexc # Date 1235613256 0 # Node ID c6bd71120376409803a565037237ffbc75eb6086 # Parent 54973ad4b7cf50b59b16f43bc04814a3643202f2 Re-indent after last commit. diff -r 54973ad4b7cf -r c6bd71120376 aac.c --- a/aac.c Thu Feb 26 01:51:34 2009 +0000 +++ b/aac.c Thu Feb 26 01:54:16 2009 +0000 @@ -805,31 +805,31 @@ if (vq_ptr[2]) coef[coef_tmp_idx + 2] = sign_lookup[get_bits1(gb)]; if (vq_ptr[3]) coef[coef_tmp_idx + 3] = sign_lookup[get_bits1(gb)]; } - if (cur_band_type == ESC_BT) { - for (j = 0; j < 2; j++) { - if (vq_ptr[j] == 64.0f) { - int n = 4; - /* The total length of escape_sequence must be < 22 bits according - to the specification (i.e. max is 11111111110xxxxxxxxxx). */ - while (get_bits1(gb) && n < 15) n++; - if(n == 15) { - av_log(ac->avccontext, AV_LOG_ERROR, "error in spectral data, ESC overflow\n"); - return -1; - } - n = (1<avccontext, AV_LOG_ERROR, "error in spectral data, ESC overflow\n"); + return -1; + } + n = (1<