Commit 8e9027d2 authored by Justin Ruggles's avatar Justin Ruggles Committed by Ronald S. Bultje

cosmetics: remove debugging cruft

Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
parent 868f2f4d
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment