1
0
Fork 0
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:
Magnus Holmgren 2006-08-23 13:10:48 +00:00
parent a04cef7ade
commit 9f09a39436
4 changed files with 81 additions and 3 deletions

View file

@ -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 */