]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wma.h
Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'
[ffmpeg] / libavcodec / wma.h
index 4db4faa54aa50a12ea90fd289ce2ae0c0230fe5d..36c6e55e469fb6302490e88971e0afe54a7961dc 100644 (file)
@@ -132,7 +132,6 @@ typedef struct WMACodecContext {
     float lsp_pow_e_table[256];
     float lsp_pow_m_table1[(1 << LSP_POW_BITS)];
     float lsp_pow_m_table2[(1 << LSP_POW_BITS)];
-    DSPContext dsp;
     FmtConvertContext fmt_conv;
     AVFloatDSPContext fdsp;