avcodec: add Simbiosis IMX video decoder

This commit is contained in:
Paul B Mahol
2021-02-17 17:32:57 +01:00
parent 5a4f0d9b94
commit 8651bf8a2e
7 changed files with 165 additions and 1 deletions

View File

@@ -1842,6 +1842,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("Cintel RAW"),
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY | AV_CODEC_PROP_LOSSLESS,
},
{
.id = AV_CODEC_ID_SIMBIOSIS_IMX,
.type = AVMEDIA_TYPE_VIDEO,
.name = "simbiosis_imx",
.long_name = NULL_IF_CONFIG_SMALL("Simbiosis Interactive IMX Video"),
.props = AV_CODEC_PROP_LOSSY,
},
/* various PCM "codecs" */
{