[FFmpeg-cvslog] r16751 - trunk/libavcodec/flacdec.c

jbr subversion
Sat Jan 24 17:02:30 CET 2009


Author: jbr
Date: Sat Jan 24 17:02:30 2009
New Revision: 16751

Log:
flacdec: remove another unneeded debugging statement

Modified:
   trunk/libavcodec/flacdec.c

Modified: trunk/libavcodec/flacdec.c
==============================================================================
--- trunk/libavcodec/flacdec.c	Sat Jan 24 17:01:20 2009	(r16750)
+++ trunk/libavcodec/flacdec.c	Sat Jan 24 17:02:30 2009	(r16751)
@@ -244,7 +244,6 @@ static int decode_residuals(FLACContext 
         tmp = get_bits(&s->gb, method_type == 0 ? 4 : 5);
         if (tmp == (method_type == 0 ? 15 : 31))
         {
-            av_log(s->avctx, AV_LOG_DEBUG, "fixed len partition\n");
             tmp = get_bits(&s->gb, 5);
             for (; i < samples; i++, sample++)
                 s->decoded[channel][sample] = get_sbits(&s->gb, tmp);




More information about the ffmpeg-cvslog mailing list