forked from len0rd/rockbox
Add resume support to AAC files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10720 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a04cef7ade
commit
9f09a39436
4 changed files with 81 additions and 3 deletions
|
|
@ -100,5 +100,9 @@ unsigned int alac_seek (demux_res_t* demux_res,
|
|||
stream_t* stream,
|
||||
unsigned int sample_loc,
|
||||
uint32_t* samplesdone, int* currentblock);
|
||||
unsigned int alac_seek_raw (demux_res_t* demux_res,
|
||||
stream_t* stream,
|
||||
unsigned int file_loc,
|
||||
uint32_t* samplesdone, int* currentblock);
|
||||
|
||||
#endif /* STREAM_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue