Don't if this, it's a good idea for codecs to explicit seek
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15482 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3f69930aa0
commit
b46175c202
1 changed files with 1 additions and 3 deletions
|
@ -66,9 +66,7 @@ next_track:
|
|||
ci->memset(&sc, 0, sizeof(ShortenContext));
|
||||
|
||||
/* Skip id3v2 tags */
|
||||
if (ci->id3->first_frame_offset) {
|
||||
ci->seek_buffer(ci->id3->first_frame_offset);
|
||||
}
|
||||
ci->seek_buffer(ci->id3->first_frame_offset);
|
||||
|
||||
/* Read the shorten & wave headers */
|
||||
buf = ci->request_buffer(&bytesleft, MAX_HEADER_SIZE);
|
||||
|
|
Loading…
Reference in a new issue