diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-02-16 15:21:29 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-02-22 22:57:59 +0100 |
commit | 039011b6b0c2bf8e7a5cfa46f7428db1c5b246ac (patch) | |
tree | d28dacb83c193c559544656deb649dbf5f69c3a7 /libavcodec/codec_desc.c | |
parent | ec849f637e8548ec6c9b6329334944c7c81df443 (diff) | |
download | ffmpeg-039011b6b0c2bf8e7a5cfa46f7428db1c5b246ac.tar.gz |
avcodec: add ScreenPressor decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 35846c054e..42935d7560 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1360,6 +1360,13 @@ static const AVCodecDescriptor codec_descriptors[] = { .long_name = NULL_IF_CONFIG_SMALL("FM Screen Capture Codec"), .props = AV_CODEC_PROP_LOSSLESS, }, + { + .id = AV_CODEC_ID_SCPR, + .type = AVMEDIA_TYPE_VIDEO, + .name = "scpr", + .long_name = NULL_IF_CONFIG_SMALL("ScreenPressor"), + .props = AV_CODEC_PROP_LOSSLESS | AV_CODEC_PROP_LOSSY, + }, /* image codecs */ { |