diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-08-24 17:01:00 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-08-27 22:06:19 +0200 |
commit | f7d749e95b932549ae1f30e5e6e821643d247bf1 (patch) | |
tree | 830825648d33730d2c187897ec620b70cc17367f /libavcodec/codec_desc.c | |
parent | 38ec5b4aa473a3c7d312621ab692a30d97063b92 (diff) | |
download | ffmpeg-f7d749e95b932549ae1f30e5e6e821643d247bf1.tar.gz |
avcodec: add MatchWare Screen Capture Codec
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r-- | libavcodec/codec_desc.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index e611183599..129d0f1aac 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1668,6 +1668,13 @@ static const AVCodecDescriptor codec_descriptors[] = { .long_name = NULL_IF_CONFIG_SMALL("Brooktree ProSumer Video"), .props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY, }, + { + .id = AV_CODEC_ID_MWSC, + .type = AVMEDIA_TYPE_VIDEO, + .name = "mwsc", + .long_name = NULL_IF_CONFIG_SMALL("MatchWare Screen Capture Codec"), + .props = AV_CODEC_PROP_LOSSLESS, + }, /* various PCM "codecs" */ { |