[FFmpeg-soc] [soc]: r1712 - eac3/eac3dec.c
jbr
subversion at mplayerhq.hu
Sun Dec 30 20:34:16 CET 2007
Author: jbr
Date: Sun Dec 30 20:34:16 2007
New Revision: 1712
Log:
remove redundant line
Modified:
eac3/eac3dec.c
Modified: eac3/eac3dec.c
==============================================================================
--- eac3/eac3dec.c (original)
+++ eac3/eac3dec.c Sun Dec 30 20:34:16 2007
@@ -1022,7 +1022,6 @@ static int parse_audblk(AC3DecodeContext
return -1;
}
if (s->exp_strategy[blk][ch] != EXP_REUSE) {
- grpsize = 3 << (s->exp_strategy[blk][ch] - 1);
s->start_freq[ch] = 0;
if ((!s->channel_in_cpl[ch]) && (!s->chinspx[ch])) {
chbwcod = get_bits(gbc, 6);
More information about the FFmpeg-soc
mailing list