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]
This commit is contained in:
Joff
2014-07-09 19:18:36 +02:00
committed by Max Kellermann
parent 20538516b9
commit 09384df32c
5 changed files with 20 additions and 31 deletions

View File

@@ -58,10 +58,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);