This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6216 - Update so MP3 files are only opened once
Attached to Project:
Rockbox
Opened by Steve Bavin (pondlife) - Friday, 20 October 2006, 18:34 GMT+2
Opened by Steve Bavin (pondlife) - Friday, 20 October 2006, 18:34 GMT+2
|
DetailsCurrently MP3 files are opened twice when played - once for playback and seperately for ID3 parsing.
This small patch adds an interface so the playback file handle can be used for ID3 parsing too. |
This task depends upon
Closed by Miika Pekkarinen (miipekk)
Wednesday, 25 October 2006, 18:58 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed with the corrections.
Wednesday, 25 October 2006, 18:58 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed with the corrections.
You don't think that there's a potential problem with the same file seek position being used for both metadata and playback buffering? I assume not, or this would be a problem for other formats...