OSDN Git Service

dca: Remove some commented-out cruft
authorDiego Biurrun <diego@biurrun.de>
Fri, 19 Sep 2014 22:21:12 +0000 (00:21 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sat, 20 Sep 2014 11:49:52 +0000 (13:49 +0200)
libavcodec/dcadec.c

index f095824..619713e 100644 (file)
@@ -1245,12 +1245,10 @@ static int dca_filter_channels(DCAContext *s, int block_index)
 
     /* 32 subbands QMF */
     for (k = 0; k < s->prim_channels; k++) {
-/*        static float pcm_to_double[8] = { 32768.0, 32768.0, 524288.0, 524288.0,
-                                            0, 8388608.0, 8388608.0 };*/
         if (s->channel_order_tab[k] >= 0)
             qmf_32_subbands(s, k, subband_samples[k],
                             s->samples_chanptr[s->channel_order_tab[k]],
-                            M_SQRT1_2 / 32768.0 /* pcm_to_double[s->source_pcm_res] */);
+                            M_SQRT1_2 / 32768.0);
     }
 
     /* Generate LFE samples for this subsubframe FIXME!!! */