From 1914e6f010b3320025c7b692aaea51d9b9a992a8 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Mon, 16 Sep 2013 13:03:15 -0700 Subject: aacdec: Add support for LD (Low Delay) AAC --- libavcodec/aac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/aac.h') 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; -- cgit v1.2.3