[SCM] libav/experimental: remove no longer needed debug output
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:50:43 UTC 2013
The following commit has been merged in the experimental branch:
commit 42ea968188db0cfc141779215b463bc9351be371
Author: Sascha Sommer <saschasommer at freenet.de>
Date: Sat Sep 5 10:11:04 2009 +0000
remove no longer needed debug output
Originally committed as revision 19764 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c
index cd21c17..6ed55fd 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;
}
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list