summaryrefslogtreecommitdiff
path: root/libavcodec/wma.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-11-30 11:19:29 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-11-30 11:19:29 +0100
commit2fbb9e647cf45ad8d7a3e405949340c93bd01050 (patch)
treef82c8317935cce932990c65ec1d4d4a01e1eb200 /libavcodec/wma.h
parent6a2bfd52e50bf6fb87de1cb5de5b17d294f97a50 (diff)
avcodec/wma: Use avpriv_float_dsp_alloc()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/wma.h')
-rw-r--r--libavcodec/wma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wma.h b/libavcodec/wma.h
index 6e5198a360..a232b8a4c6 100644
--- a/libavcodec/wma.h
+++ b/libavcodec/wma.h
@@ -132,7 +132,7 @@ typedef struct WMACodecContext {
float lsp_pow_m_table1[(1 << LSP_POW_BITS)];
float lsp_pow_m_table2[(1 << LSP_POW_BITS)];
FmtConvertContext fmt_conv;
- AVFloatDSPContext fdsp;
+ AVFloatDSPContext *fdsp;
#ifdef TRACE
int frame_count;