[FFmpeg-cvslog] img2: Add j2k file extension for JPEG 2000

Nicolas Bertrand git at videolan.org
Fri Apr 5 12:46:02 CEST 2013


ffmpeg | branch: master | Nicolas Bertrand <nicoinattendu at gmail.com> | Tue Mar 26 23:21:12 2013 +0100| [5e46f6b5b7c70e2ef67714d6423013e870a875ba] | committer: Diego Biurrun

img2: Add j2k file extension for JPEG 2000

Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5e46f6b5b7c70e2ef67714d6423013e870a875ba
---

 libavformat/img2.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/img2.c b/libavformat/img2.c
index 6ee8f81..23176d2 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"      },



More information about the ffmpeg-cvslog mailing list