1
0
Fork 0
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:
Jens Arnold 2006-06-10 11:22:21 +00:00
parent de47d10a0a
commit 630e9586b6

View file

@ -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);