diff options
author | Joff <jauffrayl@gmail.com> | 2014-07-09 19:18:36 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-07-09 19:18:36 +0200 |
commit | 09384df32cc6bef40bc3630de1c928d2eb424909 (patch) | |
tree | 2fe6c8683a931ac3142d0014c74e1d8102ad5f23 /src/decoder/DsdLib.hxx | |
parent | 20538516b92082067ce3477d612fb404ba8671ad (diff) | |
download | mpd-09384df32cc6bef40bc3630de1c928d2eb424909.tar.gz mpd-09384df32cc6bef40bc3630de1c928d2eb424909.tar.xz mpd-09384df32cc6bef40bc3630de1c928d2eb424909.zip |
decoder/dsd: use decoder_read_full() where appropriate
Addresses Mantis ticket 0004015.
[mk: use decoder_read_full() only when needed, and a few formal
changes]
Diffstat (limited to '')
-rw-r--r-- | src/decoder/DsdLib.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/decoder/DsdLib.hxx b/src/decoder/DsdLib.hxx index 53160cf1e..5c6127149 100644 --- a/src/decoder/DsdLib.hxx +++ b/src/decoder/DsdLib.hxx @@ -59,10 +59,6 @@ public: }; bool -dsdlib_read(Decoder *decoder, InputStream &is, - void *data, size_t length); - -bool dsdlib_skip_to(Decoder *decoder, InputStream &is, int64_t offset); |