Changes in m4a parser: The metadata (e.g. sampling rate) for alac and aac must read...
commitf8a33203d86093dbaac43f00f99b3b4ec5ce2f96
authorBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Thu, 3 Feb 2011 09:23:04 +0000 (3 09:23 +0000)
committerBuschel <Buschel@a1c6a512-1295-4272-9138-f99709370657>
Thu, 3 Feb 2011 09:23:04 +0000 (3 09:23 +0000)
treeae70eca49cd80d6b932e8c59fc14adb3188366d9
parentd249d03ccdfacecd965a5037dd91babfc4025f71
Changes in m4a parser: The metadata (e.g. sampling rate) for alac and aac must read from their dedicated metadata atom. Otherwise there might be wrong settings used. This patch also adds (commented) code which enables parsing for an alac metadata atom if neccessary. I have several sample files which require such parsing to find the metadata atom. Fixes FS#11719.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29201 a1c6a512-1295-4272-9138-f99709370657
apps/metadata/mp4.c