[FFmpeg-soc] [soc]: r4518 - wmapro/wma3dec.c
faust3
subversion at mplayerhq.hu
Wed Jun 24 19:32:41 CEST 2009
Author: faust3
Date: Wed Jun 24 19:32:41 2009
New Revision: 4518
Log:
No need to reset channel_len when num_subframes == 1
Modified:
wmapro/wma3dec.c
Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c Wed Jun 24 19:27:23 2009 (r4517)
+++ wmapro/wma3dec.c Wed Jun 24 19:32:41 2009 (r4518)
@@ -501,7 +501,6 @@ static int decode_tilehdr(WMA3DecodeCont
for (c=0;c<s->num_channels;c++) {
s->channel[c].num_subframes = 1;
s->channel[c].subframe_len[0] = s->samples_per_frame;
- s->channel[c].channel_len = 0;
}
} else { /** subframe length and number of subframes is not constant */
/** bits needed for the subframe length */
More information about the FFmpeg-soc
mailing list