From 6f6b0311a339c748b7be5bc15bd496321b3261b2 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 25 Sep 2012 17:19:34 +0200 Subject: avcodec: Drop some silly commented-out av_log() invocations --- libavcodec/imc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/imc.c') diff --git a/libavcodec/imc.c b/libavcodec/imc.c index e452baf39b..262f4f75cc 100644 --- a/libavcodec/imc.c +++ b/libavcodec/imc.c @@ -781,8 +781,6 @@ static int imc_decode_block(AVCodecContext *avctx, IMCContext *q, int ch) return AVERROR_PATCHWELCOME; } -// av_log(avctx, AV_LOG_DEBUG, "stream_format_code = %d\n", stream_format_code); - if (stream_format_code & 0x04) chctx->decoder_reset = 1; -- cgit v1.2.3