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

bwolowiec subversion at mplayerhq.hu
Wed Aug 22 00:07:33 CEST 2007


Author: bwolowiec
Date: Wed Aug 22 00:07:33 2007
New Revision: 1141

Log:
remove useless initialization


Modified:
   eac3/eac3dec.c

Modified: eac3/eac3dec.c
==============================================================================
--- eac3/eac3dec.c	(original)
+++ eac3/eac3dec.c	Wed Aug 22 00:07:33 2007
@@ -1328,10 +1328,6 @@ static int eac3_decode_frame(AVCodecCont
     }
 
     for(blk = 0; blk < ff_eac3_blocks[c->numblkscod]; blk++){
-        for(i=0; i<AC3_MAX_CHANNELS+1; i++){
-            c->deltbae[i] = DBA_NONE;
-            c->deltnseg[i] = 0;
-        }
         if(parse_audblk(&gbc, c, blk)){
             av_log(c->avctx, AV_LOG_ERROR, "Error in parse_audblk\n");
             return -1;



More information about the FFmpeg-soc mailing list