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+1
Last edited by Paul Louden (Llorean) - Friday, 12 October 2007, 06:02 GMT+1
Opened by Dave Chapman (linuxstb) - Tuesday, 25 September 2007, 10:48 GMT+1
Last edited by Paul Louden (Llorean) - Friday, 12 October 2007, 06:02 GMT+1
|
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
This is my first patch, all comments and suggestions are appreciated.
Josh