projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7551a55
)
remove no longer needed debug output
author
Sascha Sommer
<saschasommer@freenet.de>
Sat, 5 Sep 2009 10:11:04 +0000
(10:11 +0000)
committer
Sascha Sommer
<saschasommer@freenet.de>
Sat, 5 Sep 2009 10:11:04 +0000
(10:11 +0000)
Originally committed as revision 19764 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/wmaprodec.c
patch
|
blob
|
history
diff --git
a/libavcodec/wmaprodec.c
b/libavcodec/wmaprodec.c
index cd21c171e556ac6924d0021dd6f12bc3be5192c4..6ed55fd24ca99fae794248859068768878d55339 100644
(file)
--- 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;
}