avcodec: add MV30 decoder

This commit is contained in:
Paul B Mahol
2020-02-18 19:33:33 +01:00
parent df08db0711
commit 481ebb1c8b
8 changed files with 763 additions and 2 deletions
+7
View File
@@ -1754,6 +1754,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("CDToons video"),
.props = AV_CODEC_PROP_LOSSLESS,
},
{
.id = AV_CODEC_ID_MV30,
.type = AVMEDIA_TYPE_VIDEO,
.name = "mv30",
.long_name = NULL_IF_CONFIG_SMALL("MidiVid 3.0"),
.props = AV_CODEC_PROP_LOSSY,
},
/* various PCM "codecs" */
{