From e1e17a54d1bc3f30a502a7e71103ff7aeb70501d Mon Sep 17 00:00:00 2001 From: alexc Date: Thu, 26 Feb 2009 01:54:16 +0000 Subject: [PATCH] Re-indent after last commit. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17600 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavcodec/aac.c | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/libavcodec/aac.c b/libavcodec/aac.c index 324c06eb2..9eb4711ff 100644 --- a/libavcodec/aac.c +++ b/libavcodec/aac.c @@ -805,31 +805,31 @@ static int decode_spectrum_and_dequant(AACContext * ac, float coef[1024], GetBit 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<