[FFmpeg-soc] [soc]: r3024 - eac3/ac3dec.c

jbr subversion at mplayerhq.hu
Tue Aug 5 04:18:03 CEST 2008


Author: jbr
Date: Tue Aug  5 04:18:03 2008
New Revision: 3024

Log:
cosmetics: remove an extraneous comment

Modified:
   eac3/ac3dec.c

Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c	(original)
+++ eac3/ac3dec.c	Tue Aug  5 04:18:03 2008
@@ -873,7 +873,6 @@ static int decode_audio_block(AC3DecodeC
         av_log(s->avctx, AV_LOG_ERROR, "new coupling strategy must be present in block 0\n");
         return -1;
     } else {
-        /* for AC-3, copy coupling use strategy from last block */
         s->cpl_in_use[blk] = s->cpl_in_use[blk-1];
     }
     }



More information about the FFmpeg-soc mailing list