summaryrefslogtreecommitdiff
path: root/libavformat/isom.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/isom.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/isom.c')
-rw-r--r--libavformat/isom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 56c69eb307..4a5e3f9685 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -123,6 +123,7 @@ const AVCodecTag codec_movvideo_tags[] = {
{ CODEC_ID_PNG, MKTAG('p', 'n', 'g', ' ') },
{ CODEC_ID_VC1, MKTAG('v', 'c', '-', '1') }, /* SMPTE RP 2025 */
+ { CODEC_ID_CAVS, MKTAG('a', 'v', 's', '2') },
{ CODEC_ID_DNXHD, MKTAG('A', 'V', 'd', 'n') }, /* AVID DNxHD */
{ CODEC_ID_SGI, MKTAG('s', 'g', 'i', ' ') }, /* SGI */