diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-10-19 14:23:43 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-10-23 14:56:43 +0200 |
commit | 533a6198505edd1379e1cd722852350ae4a85acc (patch) | |
tree | e193cc0fc89571e62ef0a7a9d27c702d705fbecf /libavformat | |
parent | 233d2fa0443197df12b4f7823d591dad964149b3 (diff) | |
download | ffmpeg-533a6198505edd1379e1cd722852350ae4a85acc.tar.gz |
innoHeim/Rsupport Screen Capture Codec decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/riff.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index f0e99df8df..eb90d98bd1 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -361,6 +361,8 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_HQ_HQA, MKTAG('C', 'U', 'V', 'C') }, { AV_CODEC_ID_RV40, MKTAG('R', 'V', '4', '0') }, { AV_CODEC_ID_SCREENPRESSO, MKTAG('S', 'P', 'V', '1') }, + { AV_CODEC_ID_RSCC, MKTAG('R', 'S', 'C', 'C') }, + { AV_CODEC_ID_RSCC, MKTAG('I', 'S', 'C', 'C') }, { AV_CODEC_ID_NONE, 0 } }; |