From 828ea700e828f337af86a709260792caaf0ec718 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Sat, 23 Aug 2014 15:19:34 +0200
Subject: [PATCH] decoder/dsdiff: don't skip remaining bytes

Nobody cares.
---
 src/decoder/plugins/DsdiffDecoderPlugin.cxx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/decoder/plugins/DsdiffDecoderPlugin.cxx b/src/decoder/plugins/DsdiffDecoderPlugin.cxx
index c81549134..b5584d1fd 100644
--- a/src/decoder/plugins/DsdiffDecoderPlugin.cxx
+++ b/src/decoder/plugins/DsdiffDecoderPlugin.cxx
@@ -400,7 +400,8 @@ dsdiff_decode_chunk(Decoder &decoder, InputStream &is,
 			break;
 		}
 	}
-	return dsdlib_skip(&decoder, is, chunk_size);
+
+	return true;
 }
 
 static void