projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Mirillis FIC video decoder
[libav.git]
/
libavformat
/
riff.c
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
536ba43
..
545ecaf
100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-316,6
+316,7
@@
const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_G2M, MKTAG('G', '2', 'M', '2') },
{ AV_CODEC_ID_G2M, MKTAG('G', '2', 'M', '3') },
{ AV_CODEC_ID_G2M, MKTAG('G', '2', 'M', '4') },
+ { AV_CODEC_ID_FIC, MKTAG('F', 'I', 'C', 'V') },
{ AV_CODEC_ID_NONE, 0 }
};