diff options
author | Alex Converse <alex.converse@gmail.com> | 2013-09-16 13:03:15 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2013-09-18 12:01:53 -0700 |
commit | 1914e6f010b3320025c7b692aaea51d9b9a992a8 (patch) | |
tree | 83bbb6e7ef6d6a28a360a95d40df4003751714c2 /libavcodec/aac.h | |
parent | 5cdefc02079a5b899bdec09e15e2bb099cb01734 (diff) | |
download | ffmpeg-1914e6f010b3320025c7b692aaea51d9b9a992a8.tar.gz |
aacdec: Add support for LD (Low Delay) AAC
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r-- | libavcodec/aac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h index a7c9995a31..40e8dfb50a 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -289,6 +289,7 @@ typedef struct AACContext { */ FFTContext mdct; FFTContext mdct_small; + FFTContext mdct_ld; FFTContext mdct_ltp; FmtConvertContext fmt_conv; AVFloatDSPContext fdsp; |