From c344d63fb38c5d5aec4ad11815762e7ba1a13a31 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 14 Sep 2011 09:37:52 +0200 Subject: decoder_internal: don't call input_stream_buffer() This is not necessary since all relevant input plugins have been moved to the I/O thread, and there is no remaining useful buffer() implementation. This also fixes a busy loop when playing radio. --- src/decoder_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder_internal.h') diff --git a/src/decoder_internal.h b/src/decoder_internal.h index 8ed6a3c64..78a783f5e 100644 --- a/src/decoder_internal.h +++ b/src/decoder_internal.h @@ -70,7 +70,7 @@ struct decoder { * @return the chunk, or NULL if we have received a decoder command */ struct music_chunk * -decoder_get_chunk(struct decoder *decoder, struct input_stream *is); +decoder_get_chunk(struct decoder *decoder); /** * Flushes the current chunk. -- cgit v1.2.3