From 5e46f6b5b7c70e2ef67714d6423013e870a875ba Mon Sep 17 00:00:00 2001 From: Nicolas Bertrand Date: Tue, 26 Mar 2013 23:21:12 +0100 Subject: img2: Add j2k file extension for JPEG 2000 Signed-off-by: Diego Biurrun --- libavformat/img2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/img2.c') diff --git a/libavformat/img2.c b/libavformat/img2.c index 6ee8f8170e..23176d2c8c 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -62,6 +62,7 @@ static const IdStrMap img_tags[] = { { AV_CODEC_ID_SUNRAST, "sunras" }, { AV_CODEC_ID_JPEG2000, "jp2" }, { AV_CODEC_ID_JPEG2000, "jpc" }, + { AV_CODEC_ID_JPEG2000, "j2k" }, { AV_CODEC_ID_DPX, "dpx" }, { AV_CODEC_ID_PICTOR, "pic" }, { AV_CODEC_ID_XBM, "xbm" }, -- cgit v1.2.3