aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DsdLib.hxx
diff options
context:
space:
mode:
authorJoff <jauffrayl@gmail.com>2014-07-09 19:18:36 +0200
committerMax Kellermann <max@duempel.org>2014-07-09 19:18:36 +0200
commit09384df32cc6bef40bc3630de1c928d2eb424909 (patch)
tree2fe6c8683a931ac3142d0014c74e1d8102ad5f23 /src/decoder/DsdLib.hxx
parent20538516b92082067ce3477d612fb404ba8671ad (diff)
downloadmpd-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 'src/decoder/DsdLib.hxx')
-rw-r--r--src/decoder/DsdLib.hxx4
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);