[FFmpeg-cvslog] riff: IPJ2 decodes with j2k decoder. samples can be made from mencoder and jp2avi.dll codec.

Compn git at videolan.org
Thu Feb 23 05:31:10 CET 2012


ffmpeg | branch: master | Compn <tempn at twmi.rr.com> | Wed Feb 22 23:34:45 2012 -0500| [b18c27def898e7499cf36b65b5debc4f303e7e5b] | committer: Compn

riff: IPJ2 decodes with j2k decoder. samples can be made from mencoder and jp2avi.dll codec.

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

 libavformat/riff.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index c77d022..7013427 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -271,6 +271,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { CODEC_ID_JPEG2000,     MKTAG('M', 'J', '2', 'C') },
     { CODEC_ID_JPEG2000,     MKTAG('L', 'J', '2', 'C') },
     { CODEC_ID_JPEG2000,     MKTAG('L', 'J', '2', 'K') },
+    { CODEC_ID_JPEG2000,     MKTAG('I', 'P', 'J', '2') },
     { CODEC_ID_VMNC,         MKTAG('V', 'M', 'n', 'c') },
     { CODEC_ID_TARGA,        MKTAG('t', 'g', 'a', ' ') },
     { CODEC_ID_PNG,          MKTAG('M', 'P', 'N', 'G') },



More information about the ffmpeg-cvslog mailing list