cosmetics: remove debugging cruft

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
Justin Ruggles 2011-02-23 13:11:01 -05:00 committed by Ronald S. Bultje
parent 868f2f4d90
commit 8e9027d266
1 changed files with 0 additions and 3 deletions

View File

@ -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 {