diff options
Diffstat (limited to 'src/decode.c')
-rw-r--r-- | src/decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c index fc91cd708..b15828bf0 100644 --- a/src/decode.c +++ b/src/decode.c @@ -474,7 +474,7 @@ void decodeParent(PlayerControl * pc, DecoderControl * dc, OutputBuffer * cb) { int currentChunkSent = 1; int end; int next = -1; - + memset(silence,0,CHUNK_SIZE); if(waitOnDecode(pc,dc,cb,&decodeWaitedOn)<0) return; |