This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8242 - SPC metadata corrupts near track end
Attached to Project:
Rockbox
Opened by Adam Gashlin (AdamGashlin) - Wednesday, 28 November 2007, 01:59 GMT+2
Last edited by Adam Gashlin (AdamGashlin) - Thursday, 06 December 2007, 01:53 GMT+2
Opened by Adam Gashlin (AdamGashlin) - Wednesday, 28 November 2007, 01:59 GMT+2
Last edited by Adam Gashlin (AdamGashlin) - Thursday, 06 December 2007, 01:53 GMT+2
|
DetailsPlaying SPCs with r15832 on a Sansa e260, about 2 seconds before the track ends the metadata is replaced with junk. Also happens on gigabeat.
|
This task depends upon
Closed by Adam Gashlin (AdamGashlin)
Thursday, 06 December 2007, 01:53 GMT+2
Reason for closing: Fixed
Additional comments about closing: r15673 removed the metadata writing from the codec. The proper metadata writer already existed.
Thursday, 06 December 2007, 01:53 GMT+2
Reason for closing: Fixed
Additional comments about closing: r15673 removed the metadata writing from the codec. The proper metadata writer already existed.
For some weird-ass reason, spc.c itself seems to write to the metadata struct. This is the responsibility of the apps/metadata/ code, and this might be why things get garbled.