This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12046 - MP4 parser robustness: error on certain files
Attached to Project:
Rockbox
Opened by MichaelGiacomelli (saratoga) - Wednesday, 06 April 2011, 18:29 GMT+2
Last edited by Andree Buschmann (Buschel) - Monday, 02 May 2011, 09:19 GMT+2
Opened by MichaelGiacomelli (saratoga) - Wednesday, 06 April 2011, 18:29 GMT+2
Last edited by Andree Buschmann (Buschel) - Monday, 02 May 2011, 09:19 GMT+2
|
Details http://184.168.139.11/non_working.m4a
mp4.c errors out with "MP4 metadata error. errno 22, samples 9507840, frequency 44100. filesize 0". Plays in other software without error. |
This task depends upon
Closed by Andree Buschmann (Buschel)
Monday, 02 May 2011, 09:19 GMT+2
Reason for closing: Not a Bug
Additional comments about closing: The reported file has a major defect.
Monday, 02 May 2011, 09:19 GMT+2
Reason for closing: Not a Bug
Additional comments about closing: The reported file has a major defect.
I have uploaded the file with this simple change: http://www.sendspace.com/file/5c5ng5
So, our parser does not have any bug, but is not as error resilient as others...
Edit: The header has two sets of metadata (album, title, etc.). The 2nd one is not placed correctly and preceeded by several kilobytes of data (audio stream?). Seems like a tagger has messed up the file...