diff mov.c @ 3496:cdbf302a3c00 libavformat

chinese avs demuxing support, demux AVSFileFormat.mp4
author bcoudurier
date Sun, 22 Jun 2008 23:52:57 +0000
parents 2f191d610db9
children 7d5480d3989d
line wrap: on
line diff
--- a/mov.c	Sun Jun 22 15:52:28 2008 +0000
+++ b/mov.c	Sun Jun 22 23:52:57 2008 +0000
@@ -1634,6 +1634,7 @@
 }
 
 static const MOVParseTableEntry mov_default_parse_table[] = {
+{ MKTAG('a','v','s','s'), mov_read_extradata },
 { MKTAG('c','o','6','4'), mov_read_stco },
 { MKTAG('c','t','t','s'), mov_read_ctts }, /* composition time to sample */
 { MKTAG('d','i','n','f'), mov_read_default },