Fix residual red. Keep index in mp3entry for HWCODEC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29692 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
39d9d8bab1
commit
29a855245c
1 changed files with 3 additions and 0 deletions
|
@ -266,6 +266,9 @@ struct mp3entry {
|
|||
|
||||
/* resume related */
|
||||
unsigned long offset; /* bytes played */
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
int index; /* playlist index */
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TAGCACHE
|
||||
unsigned char autoresumable; /* caches result of autoresumable() */
|
||||
|
|
Loading…
Reference in a new issue