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:
parent
40a8401cd3
commit
d191756286
4 changed files with 26 additions and 4 deletions
|
@ -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) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue