[Ffmpeg-cvslog] r7856 - trunk/libavcodec/wmadec.c

michael subversion
Tue Feb 6 22:12:48 CET 2007


Author: michael
Date: Tue Feb  6 22:12:48 2007
New Revision: 7856

Modified:
   trunk/libavcodec/wmadec.c

Log:
kill debuging code


Modified: trunk/libavcodec/wmadec.c
==============================================================================
--- trunk/libavcodec/wmadec.c	(original)
+++ trunk/libavcodec/wmadec.c	Tue Feb  6 22:12:48 2007
@@ -97,8 +97,8 @@
             (extradata[2] << 16) | (extradata[3] << 24);
         flags2 = extradata[4] | (extradata[5] << 8);
     }
-for(i=0; i<avctx->extradata_size; i++)
-    av_log(NULL, AV_LOG_ERROR, "%02X ", extradata[i]);
+// for(i=0; i<avctx->extradata_size; i++)
+//     av_log(NULL, AV_LOG_ERROR, "%02X ", extradata[i]);
 
     s->use_exp_vlc = flags2 & 0x0001;
     s->use_bit_reservoir = flags2 & 0x0002;




More information about the ffmpeg-cvslog mailing list