changeset 10156:b49a14edba84 libavcodec

Remove redundant code forgotten in the split
author banan
date Thu, 10 Sep 2009 18:39:57 +0000
parents 30e57cd5d5f5
children 178274d5fa1d
files atrac3.c
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }