From aab5413323e6ed239f99d58d08f438f722a25090 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Sun, 21 Dec 2008 05:28:14 +0000 Subject: AAC: Fix AAC prediction when used in conjunction with the CPE Patch by Alex Converse (alex converse gmail com) Originally committed as revision 16250 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aac.h') diff --git a/libavcodec/aac.h b/libavcodec/aac.h index dab85b990d..d2f81f2ecb 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -163,7 +163,6 @@ typedef struct { int predictor_initialized; int predictor_reset_group; uint8_t prediction_used[41]; - PredictorState predictor_state[MAX_PREDICTORS]; } IndividualChannelStream; /** @@ -226,6 +225,7 @@ typedef struct { DECLARE_ALIGNED_16(float, coeffs[1024]); ///< coefficients for IMDCT DECLARE_ALIGNED_16(float, saved[512]); ///< overlap DECLARE_ALIGNED_16(float, ret[1024]); ///< PCM output + PredictorState predictor_state[MAX_PREDICTORS]; } SingleChannelElement; /** -- cgit v1.2.3