Module: ffmpeg Branch: master Commit: 8e9027d266ef39ab9f88b4bbad5cf9e425d0696c
Author: Justin Ruggles <[email protected]> Committer: Ronald S. Bultje <[email protected]> Date: Wed Feb 23 13:11:01 2011 -0500 cosmetics: remove debugging cruft Signed-off-by: Ronald S. Bultje <[email protected]> --- libavcodec/vmdav.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/libavcodec/vmdav.c b/libavcodec/vmdav.c index e307b53..48739a7 100644 --- a/libavcodec/vmdav.c +++ b/libavcodec/vmdav.c @@ -481,9 +481,6 @@ static int vmdaudio_loadsound(VmdAudioContext *s, unsigned char *data, { int i; -// if (silence) -// av_log(s->avctx, AV_LOG_INFO, "silent block!\n"); - if (silence) { memset(data, 0, data_size * 2); } else { _______________________________________________ ffmpeg-commits mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-commits
