From 42ea968188db0cfc141779215b463bc9351be371 Mon Sep 17 00:00:00 2001 From: Sascha Sommer Date: Sat, 5 Sep 2009 10:11:04 +0000 Subject: remove no longer needed debug output Originally committed as revision 19764 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wmaprodec.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/wmaprodec.c') diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c index cd21c171e5..6ed55fd24c 100644 --- a/libavcodec/wmaprodec.c +++ b/libavcodec/wmaprodec.c @@ -1524,9 +1524,6 @@ static int decode_packet(AVCodecContext *avctx, /** decode the frame */ more_frames = decode_frame(s); - if (!more_frames) { - dprintf(avctx, "no more frames\n"); - } } else more_frames = 0; } -- cgit v1.2.3