[FFmpeg-cvslog] r19810 - trunk/libavcodec/atrac3.c

banan subversion
Thu Sep 10 20:39:58 CEST 2009


Author: banan
Date: Thu Sep 10 20:39:57 2009
New Revision: 19810

Log:
Remove redundant code forgotten in the split

Modified:
   trunk/libavcodec/atrac3.c

Modified: trunk/libavcodec/atrac3.c
==============================================================================
--- trunk/libavcodec/atrac3.c	Thu Sep 10 16:12:05 2009	(r19809)
+++ trunk/libavcodec/atrac3.c	Thu Sep 10 20:39:57 2009	(r19810)
@@ -206,13 +206,6 @@ static av_cold void init_atrac3_transfor
             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);
 }



More information about the ffmpeg-cvslog mailing list