From 1f642238a7022aac403246d9f6cb3f2951a96052 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 23 Aug 2014 13:50:36 +0200 Subject: decoder/dsf: don't skip remaining bytes Nobody cares. --- src/decoder/plugins/DsfDecoderPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/decoder/plugins/DsfDecoderPlugin.cxx b/src/decoder/plugins/DsfDecoderPlugin.cxx index 81ed07315..5a2ac61e3 100644 --- a/src/decoder/plugins/DsfDecoderPlugin.cxx +++ b/src/decoder/plugins/DsfDecoderPlugin.cxx @@ -286,7 +286,7 @@ dsf_decode_chunk(Decoder &decoder, InputStream &is, break; } } - return dsdlib_skip(&decoder, is, chunk_size); + return true; } static void -- cgit v1.2.3