avcodec: add LSCR decoder

Fixes #4711.
This commit is contained in:
Paul B Mahol
2019-04-12 17:25:26 +02:00
parent 3e10223385
commit 16f7c1f291
9 changed files with 168 additions and 1 deletions

View File

@@ -1712,6 +1712,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("Amuse Graphics Movie"),
.props = AV_CODEC_PROP_LOSSY,
},
{
.id = AV_CODEC_ID_LSCR,
.type = AVMEDIA_TYPE_VIDEO,
.name = "lscr",
.long_name = NULL_IF_CONFIG_SMALL("LEAD Screen Capture"),
.props = AV_CODEC_PROP_LOSSY,
},
/* various PCM "codecs" */
{