diff options
author | Mans Rullgard <mans@mansr.com> | 2012-09-11 17:25:05 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-12-09 15:52:01 +0000 |
commit | b8f3ab8e6a7ce3627764da53b809628c828d4047 (patch) | |
tree | 8d715ae797ebed027540892951162aca76ebb6a1 /libavcodec/ac3dec.h | |
parent | 288bb3da16f50e2ef866ab1b699a1721ee333eb5 (diff) | |
download | ffmpeg-b8f3ab8e6a7ce3627764da53b809628c828d4047.tar.gz |
ac3dec: output planar float only
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/ac3dec.h')
-rw-r--r-- | libavcodec/ac3dec.h | 1 |
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 |