forked from len0rd/rockbox
Fix resume for MP1. Thanks go to Dave Chapman for the hint.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10096 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
de47d10a0a
commit
630e9586b6
1 changed files with 1 additions and 0 deletions
|
@ -1730,6 +1730,7 @@ static bool audio_load_track(int offset, bool start_play, bool rebuffer)
|
|||
|
||||
if (offset > 0) {
|
||||
switch (tracks[track_widx].id3.codectype) {
|
||||
case AFMT_MPA_L1:
|
||||
case AFMT_MPA_L2:
|
||||
case AFMT_MPA_L3:
|
||||
lseek(current_fd, offset, SEEK_SET);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue