X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fwma.h;h=36c6e55e469fb6302490e88971e0afe54a7961dc;hb=ac8987591f5503768e7587c25693928f26fcb3d1;hp=4db4faa54aa50a12ea90fd289ce2ae0c0230fe5d;hpb=766f0552012480934b65a1935d272f6c8cf756fe;p=ffmpeg diff --git a/libavcodec/wma.h b/libavcodec/wma.h index 4db4faa54aa..36c6e55e469 100644 --- a/libavcodec/wma.h +++ b/libavcodec/wma.h @@ -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;