From b8f3ab8e6a7ce3627764da53b809628c828d4047 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 11 Sep 2012 17:25:05 +0100 Subject: ac3dec: output planar float only Signed-off-by: Mans Rullgard --- 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 eabfd29e76..910698d2ab 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -195,7 +195,6 @@ typedef struct AC3DecodeContext { DSPContext dsp; ///< for optimization AC3DSPContext ac3dsp; FmtConvertContext fmt_conv; ///< optimized conversion functions - float mul_bias; ///< scaling for float_to_int16 conversion ///@} ///@name Aligned arrays -- cgit v1.2.3