From 979395bbbb9381b522b44c3448c24aef9c819ffc Mon Sep 17 00:00:00 2001 From: Young Han Lee Date: Thu, 17 Feb 2011 16:45:54 +0900 Subject: mdct: remove unnecessary multiplication 3*n4 was already calculated in n3. --- libavcodec/mdct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') 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