[FFmpeg-cvslog] riff: IPJ2 decodes with JPEG2000 decoder

Ben Littler git at videolan.org
Sun Mar 9 22:30:12 CET 2014


ffmpeg | branch: master | Ben Littler <tempn at twmi.rr.com> | Wed Feb 22 23:34:45 2012 -0500| [fb0a988f94c3b8907610172295a7f6bf78c57105] | committer: Vittorio Giovara

riff: IPJ2 decodes with JPEG2000 decoder

Samples can be made from mencoder and jp2avi.dll codec.

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

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

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 545ecaf..becfa80 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -282,6 +282,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_JPEG2000,     MKTAG('M', 'J', '2', 'C') },
     { AV_CODEC_ID_JPEG2000,     MKTAG('L', 'J', '2', 'C') },
     { AV_CODEC_ID_JPEG2000,     MKTAG('L', 'J', '2', 'K') },
+    { AV_CODEC_ID_JPEG2000,     MKTAG('I', 'P', 'J', '2') },
     { AV_CODEC_ID_VMNC,         MKTAG('V', 'M', 'n', 'c') },
     { AV_CODEC_ID_TARGA,        MKTAG('t', 'g', 'a', ' ') },
     { AV_CODEC_ID_PNG,          MKTAG('M', 'P', 'N', 'G') },



More information about the ffmpeg-cvslog mailing list