[FFmpeg-soc] [soc]: r1749 - eac3/eac3dec.c

jbr subversion at mplayerhq.hu
Wed Jan 2 00:31:08 CET 2008


Author: jbr
Date: Wed Jan  2 00:31:08 2008
New Revision: 1749

Log:
remove unused variable

Modified:
   eac3/eac3dec.c

Modified: eac3/eac3dec.c
==============================================================================
--- eac3/eac3dec.c	(original)
+++ eac3/eac3dec.c	Wed Jan  2 00:31:08 2008
@@ -614,11 +614,8 @@ int ff_eac3_parse_audio_block(AC3DecodeC
     int seg, bnd, ch, i, chbwcod, grpsize;
     int got_cplchan;
     int ecpl_in_use=0;
-    mant_groups m;
     GetBitContext *gbc = &s->gbc;
 
-    m.b1ptr = m.b2ptr = m.b4ptr = 3;
-
     /* Block switch and dither flags */
     if (!s->eac3 || s->block_switch_syntax) {
         for (ch = 1; ch <= s->fbw_channels; ch++) {



More information about the FFmpeg-soc mailing list