mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
cosmetics: remove debugging cruft
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 8e9027d266
)
This commit is contained in:
parent
684512e16d
commit
6f3c837f40
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user