From 92653f847492ece39beb91d547434c9a7c5e6978 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sat, 5 Mar 2005 14:01:13 +0000 Subject: implemented dropping of current buffered audio, works for oss, but there seems to be a "blip" for alsa devices, needs more work git-svn-id: https://svn.musicpd.org/mpd/trunk@3011 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decode.c') diff --git a/src/decode.c b/src/decode.c index 893e1a55c..4416552e1 100644 --- a/src/decode.c +++ b/src/decode.c @@ -251,6 +251,7 @@ int decodeSeek(PlayerControl * pc, DecoderControl * dc, OutputBuffer * cb, } \ } \ if(pc->stop) { \ + dropBufferedAudio(); \ quitDecode(pc,dc); \ return; \ } -- cgit v1.2.3