diff options
Diffstat (limited to 'src/decode.c')
-rw-r--r-- | src/decode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decode.c b/src/decode.c index fcda78a19..ee8d43d3e 100644 --- a/src/decode.c +++ b/src/decode.c @@ -301,13 +301,13 @@ static void decodeStart(PlayerControl * pc, OutputBuffer * cb, dc->state = DECODE_STATE_START; dc->start = 0; - +#if 0 /* this code is moved to the http stuff */ while (!inputStreamAtEOF(&inStream) && bufferInputStream(&inStream) < 0 && !dc->stop) { /* sleep so we don't consume 100% of the cpu */ my_usleep(1000); } - +#endif /* for http streams, seekable is determined in bufferInputStream */ dc->seekable = inStream.seekable; |