This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7831 - FLAC files with "unknown" total samplecount are rejected
Attached to Project:
Rockbox
Opened by Dave Chapman (linuxstb) - Tuesday, 25 September 2007, 10:48 GMT+2
Last edited by MichaelGiacomelli (saratoga) - Friday, 02 July 2010, 20:42 GMT+2
Opened by Dave Chapman (linuxstb) - Tuesday, 25 September 2007, 10:48 GMT+2
Last edited by MichaelGiacomelli (saratoga) - Friday, 02 July 2010, 20:42 GMT+2
|
DetailsThe current Rockbox FLAC codec rejects files (in apps/metadata/flac.c) where the "samplecount" field in the header is 0. However, the FLAC specification says that this is a valid value and should be interpreted as "unknown".
The only encoder I've seen which generates such files is ffmpeg. |
This task depends upon
Closed by MichaelGiacomelli (saratoga)
Friday, 02 July 2010, 20:42 GMT+2
Reason for closing: Accepted
Additional comments about closing: Accepted in r27244.
Friday, 02 July 2010, 20:42 GMT+2
Reason for closing: Accepted
Additional comments about closing: Accepted in r27244.
This is my first patch, all comments and suggestions are appreciated.
Josh