[FFmpeg-cvslog] r16187 - trunk/libavformat/img2.c

benoit subversion
Wed Dec 17 12:22:51 CET 2008


Author: benoit
Date: Wed Dec 17 12:22:51 2008
New Revision: 16187

Log:
Add jp2 support to img2 demuxer.
On behalf of Jai Menon


Modified:
   trunk/libavformat/img2.c

Modified: trunk/libavformat/img2.c
==============================================================================
--- trunk/libavformat/img2.c	(original)
+++ trunk/libavformat/img2.c	Wed Dec 17 12:22:51 2008
@@ -70,6 +70,7 @@ static const IdStrMap img_tags[] = {
     { CODEC_ID_SUNRAST   , "im8"},
     { CODEC_ID_SUNRAST   , "im24"},
     { CODEC_ID_SUNRAST   , "sunras"},
+    { CODEC_ID_JPEG2000  , "jp2"},
     { CODEC_ID_NONE      , NULL}
 };
 




More information about the ffmpeg-cvslog mailing list