[FFmpeg-cvslog] img2: add j2c file extension
Jean First
git at videolan.org
Sun Jan 22 01:18:48 CET 2012
ffmpeg | branch: master | Jean First <jeanfirst at gmail.com> | Sun Jan 22 00:11:42 2012 +0100| [e8df18270a50fd57eab06f1718ad9d075b200d98] | committer: Michael Niedermayer
img2: add j2c file extension
Some applications use the j2c extension for jpeg2000 codestream files.
Signed-off-by: Jean First <jeanfirst at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8df18270a50fd57eab06f1718ad9d075b200d98
---
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,
More information about the ffmpeg-cvslog
mailing list