Mercurial > libavformat.hg
changeset 2081:040bdd013062 libavformat
dmb1 fourcc, mjpeg_opendml.mov
author | bcoudurier |
---|---|
date | Thu, 10 May 2007 23:42:28 +0000 |
parents | f778bf13d4a5 |
children | 676463c51735 |
files | isom.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/isom.c Thu May 10 13:25:33 2007 +0000 +++ b/isom.c Thu May 10 23:42:28 2007 +0000 @@ -70,6 +70,7 @@ { 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 */