From 76ec34a5c3e20bc4da74c76a19dea4a1ab1df91a Mon Sep 17 00:00:00 2001 From: Benjamin Larsson Date: Thu, 10 Sep 2009 18:39:57 +0000 Subject: Remove redundant code forgotten in the split Originally committed as revision 19810 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/atrac3.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libavcodec/atrac3.c') diff --git a/libavcodec/atrac3.c b/libavcodec/atrac3.c index 91dc80bfd4..2b956ec428 100644 --- a/libavcodec/atrac3.c +++ b/libavcodec/atrac3.c @@ -206,13 +206,6 @@ static av_cold void init_atrac3_transforms(ATRAC3Context *q) { mdct_window[511-i] = mdct_window[i]; } - /* Generate the QMF window. */ - for (i=0 ; i<24; i++) { - s = qmf_48tap_half[i] * 2.0; - qmf_window[i] = s; - qmf_window[47 - i] = s; - } - /* Initialize the MDCT transform. */ ff_mdct_init(&mdct_ctx, 9, 1, 1.0); } -- cgit v1.2.3