Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-19 14:55:26 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-09-19 14:55:26 +0400
commit32ea39f56d90585c63eedfcb631e0a939fc1f95e (patch)
treefc23e9cf250c9b2b9b05f617d1513d5386b4de78 /libavcodec/aac.h
parent257f11820bdf628648466ce07ee0bf67217b543e (diff)
parent1914e6f010b3320025c7b692aaea51d9b9a992a8 (diff)
Merge commit '1914e6f010b3320025c7b692aaea51d9b9a992a8'
* commit '1914e6f010b3320025c7b692aaea51d9b9a992a8': aacdec: Add support for LD (Low Delay) AAC Conflicts: Changelog libavcodec/aacdec.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r--libavcodec/aac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h
index 209c715e36..cda14777c4 100644
--- a/libavcodec/aac.h
+++ b/libavcodec/aac.h
@@ -290,6 +290,7 @@ struct AACContext {
*/
FFTContext mdct;
FFTContext mdct_small;
+ FFTContext mdct_ld;
FFTContext mdct_ltp;
FmtConvertContext fmt_conv;
AVFloatDSPContext fdsp;