From 557ac0c4481b619ad5fdb92ec994ab982ad8a7dd Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Tue, 12 Aug 2008 23:45:46 +0000 Subject: optimize ac3_downmix. 1.3x faster 5.1->stereo, 1.9x faster 5.1->mono. Originally committed as revision 14719 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3dec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/ac3dec.h') diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index 46e74d9828..8b6c057cfc 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -99,7 +99,6 @@ typedef struct { int channels; ///< number of total channels int lfe_ch; ///< index of LFE channel float downmix_coeffs[AC3_MAX_CHANNELS][2]; ///< stereo downmix coefficients - float downmix_coeff_adjust[2]; ///< adjustment needed for each output channel when downmixing int downmixed; ///< indicates if coeffs are currently downmixed int output_mode; ///< output channel configuration int out_channels; ///< number of output channels -- cgit v1.2.3