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:
Andree Buschmann 2011-04-07 22:11:12 +00:00
parent 39d9d8bab1
commit 29a855245c

View file

@ -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() */