diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-09-25 00:36:50 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-09-30 16:45:11 +0200 |
commit | 9a3202a98b2e095b54dd784c3e01a09a676fc3fa (patch) | |
tree | bb97c66a08761e38001e753ba3d9835faed9caf4 /libavformat | |
parent | 1aa24df74c052a73175c43e57d35b4835e537ec8 (diff) | |
download | ffmpeg-9a3202a98b2e095b54dd784c3e01a09a676fc3fa.tar.gz |
Screenpresso SPV1 decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@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 1746297f36..f0e99df8df 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -360,6 +360,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_TDSC, MKTAG('T', 'D', 'S', 'C') }, { 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_NONE, 0 } }; |