1
0
Fork 0
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:
roman.artiukhin 2023-10-31 09:17:02 +02:00 committed by Roman Artiukhin
parent ba62798746
commit 11b8336c64
2 changed files with 25 additions and 29 deletions

View file

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