summaryrefslogtreecommitdiff
path: root/libavcodec/wmaprodec.c
diff options
context:
space:
mode:
authorSascha Sommer <saschasommer@freenet.de>2009-09-05 10:11:04 +0000
committerSascha Sommer <saschasommer@freenet.de>2009-09-05 10:11:04 +0000
commit42ea968188db0cfc141779215b463bc9351be371 (patch)
treed1a05691b496268ea962089ba06ad13cebd14708 /libavcodec/wmaprodec.c
parent7551a55948a3520f75fd249eea7585d71fe4a8c8 (diff)
remove no longer needed debug output
Originally committed as revision 19764 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wmaprodec.c')
-rw-r--r--libavcodec/wmaprodec.c3
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;
}