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:
Linus Nielsen Feltzing 2005-07-05 08:43:36 +00:00
parent a10bb59331
commit eaf8b2d76d
9 changed files with 471 additions and 33 deletions

View file

@ -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)