1
0
Fork 0
forked from len0rd/rockbox

Resume now starts playback at the point it was stopped, not 2-7 seconds later.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7125 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Ryan Jackson 2005-07-12 16:45:38 +00:00
parent 40a8401cd3
commit d191756286
4 changed files with 26 additions and 4 deletions

View file

@ -327,6 +327,7 @@ struct codec_api {
#endif
void *(*memchr)(const void *s1, int c, size_t n);
void (*set_offset)(unsigned int value);
};
/* defined by the codec loader (codec.c) */