This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
cosmetics: remove debugging cruft
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
tags/n0.8
Justin Ruggles
Ronald S. Bultje
14 years ago
parent
868f2f4d90
commit
8e9027d266
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavcodec/vmdav.c
+ 0
- 3
libavcodec/vmdav.c
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 {
Write
Preview
Loading…
Cancel
Save