summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorCompn <tempn@twmi.rr.com>2012-02-22 23:34:45 -0500
committerCompn <tempn@twmi.rr.com>2012-02-22 23:34:45 -0500
commitb18c27def898e7499cf36b65b5debc4f303e7e5b (patch)
treeee275dc21fba9e93601bfee40439180419bf8083 /libavformat/riff.c
parente99f1a8cc8b90926209b7390ae3f50d519c0e63f (diff)
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.c1
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') },