mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-02 21:34:01 +08:00
cosmetics: remove debugging cruft
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
committed by
Ronald S. Bultje
parent
868f2f4d90
commit
8e9027d266
@@ -481,9 +481,6 @@ static int vmdaudio_loadsound(VmdAudioContext *s, unsigned char *data,
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
// if (silence)
|
|
||||||
// av_log(s->avctx, AV_LOG_INFO, "silent block!\n");
|
|
||||||
|
|
||||||
if (silence) {
|
if (silence) {
|
||||||
memset(data, 0, data_size * 2);
|
memset(data, 0, data_size * 2);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user