diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-06-22 23:52:57 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-06-22 23:52:57 +0000 |
commit | d4fdba0df71e0eded6913ab75be3f6313475dd56 (patch) | |
tree | d3b9322028f66a4f4de035ae3b2d5b463b390cd9 /libavformat/mov.c | |
parent | 9acd41a4e28265f55275972cc0c510130d79ac48 (diff) | |
download | ffmpeg-d4fdba0df71e0eded6913ab75be3f6313475dd56.tar.gz |
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.c | 1 |
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 }, |