From b5452bc9bc09e66121aae35adbd5c504a3f90466 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Thu, 6 Jan 2011 02:12:25 +0100 Subject: Let decoders read a dynamic amount through a Source object. --- decoders/mpg123_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/mpg123_decoder.h') diff --git a/decoders/mpg123_decoder.h b/decoders/mpg123_decoder.h index 46f9e4c..9e2bcdf 100644 --- a/decoders/mpg123_decoder.h +++ b/decoders/mpg123_decoder.h @@ -12,7 +12,7 @@ class DecoderMpg123 : public DecoderBase { public: DecoderMpg123(); ~DecoderMpg123(); - size_t decode(const uint8_t *input, size_t input_size, uint8_t *output, size_t output_size); + size_t decode(Source& input, uint8_t *output, size_t output_size); }; #endif -- cgit v1.2.3