From b9478cfefb408ae1d476555b46893005e2d3bf4c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 7 Jun 2011 10:52:30 +0200 Subject: [PATCH] shorten: Remove stray DEBUG #define and corresponding av_dlog statement. --- libavcodec/shorten.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c index 86e981f417..a6e00750e9 100644 --- a/libavcodec/shorten.c +++ b/libavcodec/shorten.c @@ -26,7 +26,6 @@ * */ -#define DEBUG #include #include "avcodec.h" #include "get_bits.h" @@ -304,7 +303,6 @@ static int shorten_decode_frame(AVCodecContext *avctx, s->bitstream_size= buf_size; if(buf_size < s->max_framesize){ - //av_dlog(avctx, "wanna more data ... %d\n", buf_size); *data_size = 0; return input_buf_size; }