projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e71cc8
)
riff: IPJ2 decodes with JPEG2000 decoder
author
Ben Littler
<tempn@twmi.rr.com>
Thu, 23 Feb 2012 04:34:45 +0000
(23:34 -0500)
committer
Vittorio Giovara
<vittorio.giovara@gmail.com>
Sun, 9 Mar 2014 17:09:39 +0000
(18:09 +0100)
Samples can be made from mencoder and jp2avi.dll codec.
libavformat/riff.c
patch
|
blob
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
545ecaf
..
becfa80
100644
(file)
--- 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') },