This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8158 - A resumed MP3 file does not play to the end.
Attached to Project:
Rockbox
Opened by Magnus Holmgren (learman) - Wednesday, 14 November 2007, 21:13 GMT+2
Last edited by Magnus Holmgren (learman) - Tuesday, 27 November 2007, 18:44 GMT+2
Opened by Magnus Holmgren (learman) - Wednesday, 14 November 2007, 21:13 GMT+2
Last edited by Magnus Holmgren (learman) - Tuesday, 27 November 2007, 18:44 GMT+2
|
DetailsWhen resuming an MP3 file, the file is not (always?) played to the end. I've noticed it on 64 kbps CBR files, at 22 kHz, that were 2-3.5 MB large. For these, about 15 seconds is missing (I've only checked it exactly on one file as of yet). There's an ID3V2 tag on the files, about 2 kB large, no other tags.
If I skip back to the start of the track, the complete file is played, even after seeking towards the end. I have not yet seen it on Vorbis files. |
This task depends upon
Closed by Magnus Holmgren (learman)
Tuesday, 27 November 2007, 18:44 GMT+2
Reason for closing: Duplicate
Additional comments about closing: Fixed by/duplicate of FS#8092 .
Tuesday, 27 November 2007, 18:44 GMT+2
Reason for closing: Duplicate
Additional comments about closing: Fixed by/duplicate of
FS#8092, as I often make a small backward seek after the resume. When I re-read 8092 now, it does describe the behavior I'm seeing (I didn't quite understand what the problem was on first read of it). Removing the line 1798 in playback.c ("file_offset = offset;") should reduce the problem in my case, but it is a bit of a hack...