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/ac3dec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/ac3dec.h') diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index 0707769478..55520cdcee 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -190,7 +190,6 @@ typedef struct { ///@defgroup opt optimization DSPContext dsp; ///< for optimization - float add_bias; ///< offset for float_to_int16 conversion float mul_bias; ///< scaling for float_to_int16 conversion ///@} -- cgit v1.2.3