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:
Brandon Low 2007-11-05 18:16:13 +00:00
parent 3f69930aa0
commit b46175c202

View file

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