summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-06-22 23:52:57 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-06-22 23:52:57 +0000
commitd4fdba0df71e0eded6913ab75be3f6313475dd56 (patch)
treed3b9322028f66a4f4de035ae3b2d5b463b390cd9 /libavformat/mov.c
parent9acd41a4e28265f55275972cc0c510130d79ac48 (diff)
chinese avs demuxing support, demux AVSFileFormat.mp4
Originally committed as revision 13899 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 76c25a3e4d..1baa46083a 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1634,6 +1634,7 @@ static int mov_read_elst(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
}
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 },