summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-04-29 13:11:32 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-04-29 13:11:32 +0200
commit00a61ac7559baf4768953f05346feccc965392b2 (patch)
treebfa3fa5b7a143b1e364ffe4c7889ab657d6de637 /libavformat
parente92862e75f3174bffac8ed81ee0d20ce5feb9c4e (diff)
Recognize j2k as file suffix for the image2 muxer.
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/img2enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c
index fb297da20b..a2b61d7da3 100644
--- a/libavformat/img2enc.c
+++ b/libavformat/img2enc.c
@@ -148,7 +148,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,j2c,xwd,sun,ras,rs,im1,im8,im24,"
+ "ppm,sgi,tga,tif,tiff,jp2,j2c,j2k,xwd,sun,ras,rs,im1,im8,im24,"
"sunras,xbm,xface",
.priv_data_size = sizeof(VideoMuxData),
.video_codec = AV_CODEC_ID_MJPEG,