Revision fe2ff6d2 libavcodec/wma.h
libavcodec/wma.h | ||
---|---|---|
26 | 26 |
#include "put_bits.h" |
27 | 27 |
#include "dsputil.h" |
28 | 28 |
#include "fft.h" |
29 |
#include "fmtconvert.h" |
|
29 | 30 |
|
30 | 31 |
/* size of blocks */ |
31 | 32 |
#define BLOCK_MIN_BITS 7 |
... | ... | |
134 | 135 |
float lsp_pow_m_table1[(1 << LSP_POW_BITS)]; |
135 | 136 |
float lsp_pow_m_table2[(1 << LSP_POW_BITS)]; |
136 | 137 |
DSPContext dsp; |
138 |
FmtConvertContext fmt_conv; |
|
137 | 139 |
|
138 | 140 |
#ifdef TRACE |
139 | 141 |
int frame_count; |
Also available in: Unified diff