diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2014-02-07 09:35:07 +0100 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2014-02-08 15:04:13 +0000 |
commit | cde7df25ef74b85b5ce11d9171779f28f0c12d15 (patch) | |
tree | 1e4fab697fe2b7377dfbcb6820329dd0a87604ff /libavformat | |
parent | 76a75c523cd3c63560185394a0a5cd7249db962a (diff) | |
download | ffmpeg-cde7df25ef74b85b5ce11d9171779f28f0c12d15.tar.gz |
Mirillis FIC video decoder
Does not contain cursor rendering yet.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavformat')
-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 536ba43dd0..545ecafdd3 100644 --- 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 } }; |