forked from len0rd/rockbox
Track changes should zero the seek_time to prevent undesired seeking in the new track
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9636 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
54af304a5b
commit
44d9576ff5
1 changed files with 1 additions and 0 deletions
|
|
@ -654,6 +654,7 @@ static void audio_update_trackinfo(void)
|
||||||
cur_ti->id3.offset = 0;
|
cur_ti->id3.offset = 0;
|
||||||
ci.id3 = (struct mp3entry *)&cur_ti->id3;
|
ci.id3 = (struct mp3entry *)&cur_ti->id3;
|
||||||
ci.curpos = 0;
|
ci.curpos = 0;
|
||||||
|
ci.seek_time = 0;
|
||||||
cur_ti->start_pos = 0;
|
cur_ti->start_pos = 0;
|
||||||
ci.taginfo_ready = (bool *)&cur_ti->taginfo_ready;
|
ci.taginfo_ready = (bool *)&cur_ti->taginfo_ready;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue