diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/plugins/DsdLib.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/plugins/DsdLib.hxx b/src/decoder/plugins/DsdLib.hxx index 88a76d72a..6b02f8bbc 100644 --- a/src/decoder/plugins/DsdLib.hxx +++ b/src/decoder/plugins/DsdLib.hxx @@ -64,11 +64,11 @@ dsdlib_read(Decoder *decoder, InputStream &is, bool dsdlib_skip_to(Decoder *decoder, InputStream &is, - int64_t offset); + uint64_t offset); bool dsdlib_skip(Decoder *decoder, InputStream &is, - int64_t delta); + uint64_t delta); /** * Add tags from ID3 tag. All tags commonly found in the ID3 tags of |