summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-09-11 17:25:05 +0100
committerMans Rullgard <mans@mansr.com>2012-12-09 15:52:01 +0000
commitb8f3ab8e6a7ce3627764da53b809628c828d4047 (patch)
tree8d715ae797ebed027540892951162aca76ebb6a1 /libavcodec/ac3dec.h
parent288bb3da16f50e2ef866ab1b699a1721ee333eb5 (diff)
ac3dec: output planar float only
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/ac3dec.h')
-rw-r--r--libavcodec/ac3dec.h1
1 files changed, 0 insertions, 1 deletions
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