# HG changeset patch # User banan # Date 1252607997 0 # Node ID b49a14edba84f85ceafb786f1de0ed694b6a1a7f # Parent 30e57cd5d5f51355c0585cb67e37d2bbefb471d8 Remove redundant code forgotten in the split diff -r 30e57cd5d5f5 -r b49a14edba84 atrac3.c --- a/atrac3.c Thu Sep 10 14:12:05 2009 +0000 +++ b/atrac3.c Thu Sep 10 18:39:57 2009 +0000 @@ -206,13 +206,6 @@ 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); }