summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2015-01-21 21:51:54 -0800
committerAlex Converse <alex.converse@gmail.com>2015-02-03 20:32:16 -0800
commitd615187f74ddf3413778a8b5b7ae17255b0df88e (patch)
tree8976e4353bcdc3e9d18b6d9fd42eea4ded8c2c20 /libavcodec/aac.h
parent7640c4a371a97899dfb443d980fd0bf8ac587754 (diff)
aacdec: Support for ER AAC ELD 480.
Based in part on work from Niel van der Westhuizen <espes@pequalsnp.com>.
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r--libavcodec/aac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h
index 375e6b1717..b71e8b607f 100644
--- a/libavcodec/aac.h
+++ b/libavcodec/aac.h
@@ -32,6 +32,7 @@
#include "libavutil/float_dsp.h"
#include "avcodec.h"
+#include "imdct15.h"
#include "fft.h"
#include "mpeg4audio.h"
#include "sbr.h"
@@ -291,6 +292,7 @@ typedef struct AACContext {
FFTContext mdct_small;
FFTContext mdct_ld;
FFTContext mdct_ltp;
+ IMDCT15Context *mdct480;
FmtConvertContext fmt_conv;
AVFloatDSPContext fdsp;
int random_state;