diff options
author | Compn <tempn@twmi.rr.com> | 2012-02-22 23:34:45 -0500 |
---|---|---|
committer | Compn <tempn@twmi.rr.com> | 2012-02-22 23:34:45 -0500 |
commit | b18c27def898e7499cf36b65b5debc4f303e7e5b (patch) | |
tree | ee275dc21fba9e93601bfee40439180419bf8083 /libavformat/riff.c | |
parent | e99f1a8cc8b90926209b7390ae3f50d519c0e63f (diff) | |
download | ffmpeg-b18c27def898e7499cf36b65b5debc4f303e7e5b.tar.gz |
riff: IPJ2 decodes with j2k decoder. samples can be made from mencoder and jp2avi.dll codec.
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index c77d0225f7..70134276f0 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') }, |