1
0
Fork 0
forked from len0rd/rockbox

Convert playback.c to use unsigned byte counters, and _minor_ refactoring of buffer callbacks

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9227 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Brandon Low 2006-03-24 13:43:15 +00:00
parent b1cd32913d
commit 86f1e2ead2
6 changed files with 125 additions and 124 deletions

View file

@ -143,6 +143,7 @@ struct codec_api ci = {
strncasecmp,
memset,
memcpy,
memmove,
_ctype_,
atoi,
strchr,
@ -215,7 +216,6 @@ struct codec_api ci = {
/* new stuff at the end, sort into place next time
the API gets incompatible */
memmove,
};
int codec_load_ram(char* codecptr, int size, void* ptr2, int bufwrap,