]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wma.h
ape: Support _0000 files with nblock smaller than 64
[ffmpeg] / libavcodec / wma.h
index e8c990fa8dbc2859f2630ffc3f624926f5ab2876..06386efd2fb7929d0eb705a05c9dfb34dbf35eca 100644 (file)
@@ -24,8 +24,8 @@
 
 #include "libavutil/float_dsp.h"
 
+#include "avcodec.h"
 #include "fft.h"
-#include "fmtconvert.h"
 #include "get_bits.h"
 #include "put_bits.h"
 
@@ -131,7 +131,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)];
-    FmtConvertContext fmt_conv;
     AVFloatDSPContext fdsp;
 
 #ifdef TRACE
@@ -139,7 +138,6 @@ typedef struct WMACodecContext {
 #endif /* TRACE */
 } WMACodecContext;
 
-extern const uint16_t ff_wma_critical_freqs[25];
 extern const uint16_t ff_wma_hgain_huffcodes[37];
 extern const uint8_t ff_wma_hgain_huffbits[37];
 extern const float ff_wma_lsp_codebook[NB_LSP_COEFS][16];