summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-05-10 23:42:28 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-05-10 23:42:28 +0000
commitc3ebc833b9e2cec3b39a82fe3e98a01dfdb608f1 (patch)
tree407fc01ccdd5b157c0b61a0a8c183fe193da9280 /libavformat/isom.c
parent1b52bec7f7d6e7ec418ff25d0d5879f6377090b7 (diff)
dmb1 fourcc, mjpeg_opendml.mov
Originally committed as revision 8990 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 8159f557c1..741c40a932 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -70,6 +70,7 @@ const AVCodecTag codec_movvideo_tags[] = {
{ CODEC_ID_MJPEG, MKTAG('m', 'j', 'p', 'a') }, /* Motion-JPEG (format A) */
{ CODEC_ID_MJPEG, MKTAG('A', 'V', 'D', 'J') }, /* MJPEG with alpha-channel (AVID JFIF meridien compressed) */
/* { CODEC_ID_MJPEG, MKTAG('A', 'V', 'R', 'n') }, *//* MJPEG with alpha-channel (AVID ABVB/Truevision NuVista) */
+ { CODEC_ID_MJPEG, MKTAG('d', 'm', 'b', '1') }, /* Motion JPEG OpenDML */
{ CODEC_ID_MJPEGB, MKTAG('m', 'j', 'p', 'b') }, /* Motion-JPEG (format B) */
{ CODEC_ID_SVQ1, MKTAG('S', 'V', 'Q', '1') }, /* Sorenson Video v1 */