changeset 1274:7ed4630a8b84 libavformat

add codec id and tag for JPEG 2000
author bcoudurier
date Thu, 24 Aug 2006 14:13:57 +0000
parents 07137c477f09
children 5ded82940d38
files riff.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/riff.c	Thu Aug 24 10:32:09 2006 +0000
+++ b/riff.c	Thu Aug 24 14:13:57 2006 +0000
@@ -153,6 +153,7 @@
     { CODEC_ID_ZMBV, MKTAG('Z', 'M', 'B', 'V') },
     { CODEC_ID_KMVC, MKTAG('K', 'M', 'V', 'C') },
     { CODEC_ID_CAVS, MKTAG('C', 'A', 'V', 'S') },
+    { CODEC_ID_JPEG2000, MKTAG('M', 'J', '2', 'C') },
     { CODEC_ID_RAWVIDEO, 0 },
     { CODEC_ID_NONE, 0 },
 };