summaryrefslogtreecommitdiff
path: root/apps/codecs/libm4a/demux.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libm4a/demux.c')
-rw-r--r--apps/codecs/libm4a/demux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libm4a/demux.c b/apps/codecs/libm4a/demux.c
index d560256cd9..34bc07556b 100644
--- a/apps/codecs/libm4a/demux.c
+++ b/apps/codecs/libm4a/demux.c
@@ -60,6 +60,7 @@ static void read_chunk_ftyp(qtmovie_t *qtmovie, size_t chunk_len)
60 type = stream_read_uint32(qtmovie->stream); 60 type = stream_read_uint32(qtmovie->stream);
61 size_remaining-=4; 61 size_remaining-=4;
62 if ((type != MAKEFOURCC('M','4','A',' ')) && 62 if ((type != MAKEFOURCC('M','4','A',' ')) &&
63 (type != MAKEFOURCC('M','4','B',' ')) &&
63 (type != MAKEFOURCC('m','p','4','2')) && 64 (type != MAKEFOURCC('m','p','4','2')) &&
64 (type != MAKEFOURCC('3','g','p','6')) && 65 (type != MAKEFOURCC('3','g','p','6')) &&
65 (type != MAKEFOURCC('q','t',' ',' '))) 66 (type != MAKEFOURCC('q','t',' ',' ')))