[FFmpeg-devel] [PATCH] img2: add j2c file extension

Jean First jeanfirst at gmail.com
Sun Jan 22 00:11:42 CET 2012


Some applications use the j2c extension for jpeg2000 codestream files.

Signed-off-by: Jean First <jeanfirst at gmail.com>
---
 libavformat/img2.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libavformat/img2.c b/libavformat/img2.c
index bc35591..775f5e7 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -85,6 +85,7 @@ static const IdStrMap img_tags[] = {
     { CODEC_ID_SUNRAST   , "im8"},
     { CODEC_ID_SUNRAST   , "im24"},
     { CODEC_ID_SUNRAST   , "sunras"},
+    { CODEC_ID_JPEG2000  , "j2c"},
     { CODEC_ID_JPEG2000  , "j2k"},
     { CODEC_ID_JPEG2000  , "jp2"},
     { CODEC_ID_JPEG2000  , "jpc"},
@@ -527,7 +528,7 @@ AVOutputFormat ff_image2_muxer = {
     .name           = "image2",
     .long_name      = NULL_IF_CONFIG_SMALL("image2 sequence"),
     .extensions     = "bmp,dpx,jls,jpeg,jpg,ljpg,pam,pbm,pcx,pgm,pgmyuv,png,"
-                      "ppm,sgi,tga,tif,tiff,jp2",
+                      "ppm,sgi,tga,tif,tiff,jp2,j2c",
     .priv_data_size = sizeof(VideoData),
     .video_codec    = CODEC_ID_MJPEG,
     .write_header   = write_header,
-- 
1.7.8.3



More information about the ffmpeg-devel mailing list