mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playback
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7025 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a10bb59331
commit
eaf8b2d76d
9 changed files with 471 additions and 33 deletions
|
@ -243,6 +243,7 @@ struct codec_api ci = {
|
|||
logf,
|
||||
#endif
|
||||
|
||||
memchr,
|
||||
};
|
||||
|
||||
int codec_load_ram(char* codecptr, size_t size, void* ptr2, size_t bufwrap)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue