Commit 5e46f6b5 authored by Nicolas Bertrand's avatar Nicolas Bertrand Committed by Diego Biurrun

img2: Add j2k file extension for JPEG 2000

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent f8080bd1
......@@ -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" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment