From 7640c4a371a97899dfb443d980fd0bf8ac587754 Mon Sep 17 00:00:00 2001 From: Niel van der Westhuizen Date: Wed, 21 Jan 2015 21:25:27 -0800 Subject: aacdec: Tables for length 480 AAC ELD. --- libavcodec/aacdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aacdec.c') diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c index 80dc79d162..f868b7f94e 100644 --- a/libavcodec/aacdec.c +++ b/libavcodec/aacdec.c @@ -2457,7 +2457,7 @@ static void imdct_and_windowing_eld(AACContext *ac, SingleChannelElement *sce) float *in = sce->coeffs; float *out = sce->ret; float *saved = sce->saved; - const float *const window = ff_aac_eld_window; + const float *const window = ff_aac_eld_window_512; float *buf = ac->buf_mdct; int i; const int n = 512; -- cgit v1.2.3