summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-11-20 22:21:51 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-11-20 22:30:48 +0100
commit8bce5c8e74b5664c0aca1cc2b1c45cce0a55909c (patch)
tree998e8abb6a3ac051d05e16f449e78a0f5bc3856f /libavcodec/ac3dec.h
parent17b7f99d810d73f0cab2a4ebdffbf859679216f5 (diff)
avcodec/ac3dec: Use avpriv_float_dsp_alloc()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ac3dec.h')
-rw-r--r--libavcodec/ac3dec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h
index a213bc0870..be29f00b14 100644
--- a/libavcodec/ac3dec.h
+++ b/libavcodec/ac3dec.h
@@ -218,7 +218,7 @@ typedef struct AC3DecodeContext {
#if USE_FIXED
AVFixedDSPContext *fdsp;
#else
- AVFloatDSPContext fdsp;
+ AVFloatDSPContext *fdsp;
#endif
AC3DSPContext ac3dsp;
FmtConvertContext fmt_conv; ///< optimized conversion functions