aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c
diff options
context:
space:
mode:
authorAndreas Claesson <andreas.claesson@gmail.com>2005-05-22 21:40:23 +0000
committerAndreas Claesson <andreas.claesson@gmail.com>2005-05-22 21:40:23 +0000
commit422410c46de81cec8872a9b91d07a7c9eca96b82 (patch)
tree36597b9d2d6c487d7becf01fba056e1dda23ff6c /src/decode.c
parentc2616b44581f9cef1509a91ca5eb663ed9f0db1b (diff)
downloadmpd-422410c46de81cec8872a9b91d07a7c9eca96b82.tar.gz
mpd-422410c46de81cec8872a9b91d07a7c9eca96b82.tar.xz
mpd-422410c46de81cec8872a9b91d07a7c9eca96b82.zip
Addin floating point modifications
git-svn-id: https://svn.musicpd.org/mpd/branches/ancl@3274 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/decode.c')
-rw-r--r--src/decode.c2
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;