[FFmpeg-soc] [soc]: r4903 - wmapro/wmaprodec.c

faust3 subversion at mplayerhq.hu
Sun Aug 2 12:32:13 CEST 2009


Author: faust3
Date: Sun Aug  2 12:32:13 2009
New Revision: 4903

Log:
remove obsolete scale factor initialization

Modified:
   wmapro/wmaprodec.c

Modified: wmapro/wmaprodec.c
==============================================================================
--- wmapro/wmaprodec.c	Sun Aug  2 12:21:08 2009	(r4902)
+++ wmapro/wmaprodec.c	Sun Aug  2 12:32:13 2009	(r4903)
@@ -1396,10 +1396,6 @@ static int decode_frame(WMA3DecodeContex
         s->channel[i].decoded_samples = 0;
         s->channel[i].cur_subframe = 0;
         s->channel[i].reuse_sf = 0;
-        s->channel[i].scale_factor_step = 1;
-        s->channel[i].max_scale_factor = 0;
-        memset(s->channel[i].scale_factors, 0,
-               sizeof(s->channel[i].scale_factors));
     }
 
     /** decode all subframes */


More information about the FFmpeg-soc mailing list