1
0
Fork 0
forked from len0rd/rockbox
foxbox/lib/rbcodec/codecs/libm4a
roman.artiukhin d05f6aac2d Codecs: mp4: Skip FOURCC filetype chunk check
Instead of FOURCC it needs ignore-case text match. Also value can contain \0 ('m4a\0' instead of expected 'm4a ').But let's simply skip it and let decoder handle it.

Change-Id: I87eefcabbc9010481286257c26cee09e61d1221c
2023-09-29 08:21:27 -04:00
..
demux.c Codecs: mp4: Skip FOURCC filetype chunk check 2023-09-29 08:21:27 -04:00
libm4a.make Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
m4a.c Codecs: mp4: Fix seek in files with single element in lookup_table 2023-09-22 10:37:38 -04:00
m4a.h Codecs: mp4: Accurate seek in large files with small lookup_table 2023-09-20 11:43:39 +03:00
SOURCES Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00