summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-01-27 15:20:43 +0000
committerMichael Niedermayer <michaelni@gmx.at>2011-01-28 03:15:35 +0100
commit733dbe7d18c267728ef03762d83e9e1b086668cd (patch)
tree41345c1989e46631e4209c3b09206b0fd45bc54a /libavcodec/aac.h
parent2f7d8977bcdeb2c39fd9acbd753d605298824db8 (diff)
Remove the add bias hack for the C version of DSPContext.float_to_int16_*().
(cherry picked from commit 9d06d7bce3babb82ed650c13ed13a57f6f626a71)
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r--libavcodec/aac.h1
1 files changed, 0 insertions, 1 deletions
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
/** @} */