Revision c73d99e6 libavcodec/aac.h
libavcodec/aac.h | ||
---|---|---|
35 | 35 |
#include "fft.h" |
36 | 36 |
#include "mpeg4audio.h" |
37 | 37 |
#include "sbr.h" |
38 |
#include "fmtconvert.h" |
|
38 | 39 |
|
39 | 40 |
#include <stdint.h> |
40 | 41 |
|
... | ... | |
268 | 269 |
FFTContext mdct; |
269 | 270 |
FFTContext mdct_small; |
270 | 271 |
DSPContext dsp; |
272 |
FmtConvertContext fmt_conv; |
|
271 | 273 |
int random_state; |
272 | 274 |
/** @} */ |
273 | 275 |
|
Also available in: Unified diff