From 9c9912b995bed00ae2a4717b9d680e30f388117c Mon Sep 17 00:00:00 2001 From: Young Han Lee Date: Thu, 17 Feb 2011 16:45:54 +0900 Subject: [PATCH] mdct: remove unnecessary multiplication 3*n4 was already calculated in n3. (cherry picked from commit 979395bbbb9381b522b44c3448c24aef9c819ffc) --- libavcodec/mdct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mdct.c b/libavcodec/mdct.c index 819f618115..31e2216dd3 100644 --- a/libavcodec/mdct.c +++ b/libavcodec/mdct.c @@ -202,7 +202,7 @@ void ff_mdct_calc_c(FFTContext *s, FFTSample *out, const FFTSample *input) /* pre rotation */ for(i=0;i