forked from len0rd/rockbox
Fix rewind on resume is applied for skip length across tracks action after auto frequency switch
Add resume adjustments flag in mp3entry struct which is required for proper AUDIO_START_RESTART resume handling
Fixup for 4fb37ecb
(#5196)
Change-Id: Ie9ecfe2b637bba38e442066333d71eeff01030ad
This commit is contained in:
parent
ba62798746
commit
11b8336c64
2 changed files with 25 additions and 29 deletions
|
@ -286,6 +286,7 @@ struct mp3entry {
|
|||
/* resume related */
|
||||
unsigned long offset; /* bytes played */
|
||||
int index; /* playlist index */
|
||||
bool skip_resume_adjustments;
|
||||
|
||||
#ifdef HAVE_TAGCACHE
|
||||
unsigned char autoresumable; /* caches result of autoresumable() */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue