aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/DsfDecoderPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-23 13:50:36 +0200
committerMax Kellermann <max@duempel.org>2014-08-23 13:50:36 +0200
commit1f642238a7022aac403246d9f6cb3f2951a96052 (patch)
treeb5c166c153082bf300721b9242d1106ad3bd7ac6 /src/decoder/plugins/DsfDecoderPlugin.cxx
parent6fe06cad98360e872f06a6027f038d1949574e94 (diff)
downloadmpd-1f642238a7022aac403246d9f6cb3f2951a96052.tar.gz
mpd-1f642238a7022aac403246d9f6cb3f2951a96052.tar.xz
mpd-1f642238a7022aac403246d9f6cb3f2951a96052.zip
decoder/dsf: don't skip remaining bytes
Nobody cares.
Diffstat (limited to 'src/decoder/plugins/DsfDecoderPlugin.cxx')
-rw-r--r--src/decoder/plugins/DsfDecoderPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
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