summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-17 17:32:57 +0100
committerPaul B Mahol <onemda@gmail.com>2021-02-20 17:42:00 +0100
commit8651bf8a2ed120bfdf81b4c498b0c2452de54b4e (patch)
treea7b6d30345c0e5b51ea004675c07bb2ff70cfe36 /libavcodec/codec_desc.c
parent5a4f0d9b94e1f9b927a5468ac441ceb515e99fcd (diff)
downloadffmpeg-8651bf8a2ed120bfdf81b4c498b0c2452de54b4e.tar.gz
avcodec: add Simbiosis IMX video decoder
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index a7594f9004..8e695b11d2 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -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" */
{