diff --git a/libavformat/mov.c b/libavformat/mov.c index 46962d7..a871a99 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -2552,6 +2552,7 @@ static int mov_read_tref(MOVContext *c, AVIOContext *pb, MOVAtom atom) static const MOVParseTableEntry mov_default_parse_table[] = { { MKTAG('A','C','L','R'), mov_read_avid }, { MKTAG('A','P','R','G'), mov_read_avid }, +{ MKTAG('A','A','L','P'), mov_read_avid }, { MKTAG('A','R','E','S'), mov_read_avid }, { MKTAG('a','v','s','s'), mov_read_avss }, { MKTAG('c','h','p','l'), mov_read_chpl },