[FFmpeg-cvslog] mov: remux AALP tag

Piotr Bandurski git at videolan.org
Sun Aug 12 19:34:00 CEST 2012


ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Fri Aug 10 15:48:20 2012 +0200| [bd922050140a0f65c02d861d6faa65724f80e4dc] | committer: Michael Niedermayer

mov: remux AALP tag

AALP(AALP001) tag is present in 32bpp files encoded with avid codecs

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bd922050140a0f65c02d861d6faa65724f80e4dc
---

 libavformat/mov.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 6e196f3..dce2c91 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -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 },



More information about the ffmpeg-cvslog mailing list