From c180d2f95ee8621b743664f0a3c8003682705801 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 19 May 2004 02:14:20 +0000 Subject: try to make seeking more non-blocking git-svn-id: https://svn.musicpd.org/mpd/trunk@1076 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/mp3_decode.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mp3_decode.c') diff --git a/src/mp3_decode.c b/src/mp3_decode.c index 319f324d5..b1b072e23 100644 --- a/src/mp3_decode.c +++ b/src/mp3_decode.c @@ -560,7 +560,6 @@ int mp3_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream) { getOutputAudioFormat(&(dc->audioFormat), &(cb->audioFormat)); dc->totalTime = data.totalTime; - dc->start = 0; dc->state = DECODE_STATE_DECODE; while(mp3Read(&data,cb,dc)!=DECODE_BREAK); -- cgit v1.2.3