]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wma.h
Merge commit 'd75190aa93206c02cb4f18a66d2c927d6a0198e1'
[ffmpeg] / libavcodec / wma.h
index 6e5198a360c399da74be8eedff24dbad0eb39435..a232b8a4c690e2fba4e518e72d3f72c7a3d9fb34 100644 (file)
@@ -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;