forked from len0rd/rockbox
Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unstreamable AAC/ALAC files by stepping through the file to find the index, potientially rebuffering. This is likely to impose a battery life hit on files which are unstreamable and not much smaller then the buffer, but should not impact streamable files at all.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24147 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
420b4e4be9
commit
008c368c87
4 changed files with 25 additions and 16 deletions
|
|
@ -113,6 +113,7 @@ int8_t stream_read_int8(stream_t *stream);
|
|||
uint8_t stream_read_uint8(stream_t *stream);
|
||||
|
||||
void stream_skip(stream_t *stream, size_t skip);
|
||||
void stream_seek(stream_t *stream, size_t offset);
|
||||
|
||||
int stream_eof(stream_t *stream);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue