From 9d06d7bce3babb82ed650c13ed13a57f6f626a71 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Thu, 27 Jan 2011 15:20:43 +0000 Subject: Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). --- libavcodec/aac.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/aac.h') diff --git a/libavcodec/aac.h b/libavcodec/aac.h index b40d2c0003..714e314cba 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -276,7 +276,6 @@ typedef struct { * @{ */ float *output_data[MAX_CHANNELS]; ///< Points to each element's 'ret' buffer (PCM output). - float add_bias; ///< offset for dsp.float_to_int16 float sf_scale; ///< Pre-scale for correct IMDCT and dsp.float_to_int16. int sf_offset; ///< offset into pow2sf_tab as appropriate for dsp.float_to_int16 /** @} */ -- cgit v1.2.3