git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add codec id and tag for JPEG 2000
[ffmpeg.git]
/
libavformat
/
riff.c
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
0be0be7
..
b496787
100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-153,6
+153,7
@@
const CodecTag codec_bmp_tags[] = {
{ CODEC_ID_ZMBV, MKTAG('Z', 'M', 'B', 'V') },
{ CODEC_ID_KMVC, MKTAG('K', 'M', 'V', 'C') },
{ CODEC_ID_CAVS, MKTAG('C', 'A', 'V', 'S') },
+ { CODEC_ID_JPEG2000, MKTAG('M', 'J', '2', 'C') },
{ CODEC_ID_RAWVIDEO, 0 },
{ CODEC_ID_NONE, 0 },
};