diff options
author | Sascha Sommer <saschasommer@freenet.de> | 2009-09-05 10:11:04 +0000 |
---|---|---|
committer | Sascha Sommer <saschasommer@freenet.de> | 2009-09-05 10:11:04 +0000 |
commit | 42ea968188db0cfc141779215b463bc9351be371 (patch) | |
tree | d1a05691b496268ea962089ba06ad13cebd14708 | |
parent | 7551a55948a3520f75fd249eea7585d71fe4a8c8 (diff) | |
download | ffmpeg-42ea968188db0cfc141779215b463bc9351be371.tar.gz |
remove no longer needed debug output
Originally committed as revision 19764 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/wmaprodec.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; } |