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

jbr subversion at mplayerhq.hu
Sun Sep 7 19:52:04 CEST 2008


Author: jbr
Date: Sun Sep  7 19:52:04 2008
New Revision: 3717

Log:
10l: remove debugging code which slipped into the last commit

Modified:
   eac3/ac3dec.c

Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c	(original)
+++ eac3/ac3dec.c	Sun Sep  7 19:52:04 2008
@@ -744,11 +744,9 @@ static void decode_band_structure(GetBit
             n_bands--;
             bnd_sz[bnd] += 12;
         } else {
-            //av_log(NULL, AV_LOG_INFO, "bnd_sz[%d]=%d\n", bnd, bnd_sz[bnd]);
             bnd_sz[++bnd] = 12;
         }
     }
-    //av_log(NULL, AV_LOG_INFO, "n_bands=%d\n", n_bands);
 
     if (num_subbands)
         *num_subbands = n_subbands;



More information about the FFmpeg-soc mailing list