OSDN Git Service

mov: remux AALP tag
authorPiotr Bandurski <ami_stuff@o2.pl>
Fri, 10 Aug 2012 13:48:20 +0000 (15:48 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 12 Aug 2012 16:46:29 +0000 (18:46 +0200)
AALP(AALP001) tag is present in 32bpp files encoded with avid codecs

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mov.c

index 6e196f3..dce2c91 100644 (file)
@@ -2535,6 +2535,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 },