aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2022-10-14 13:19:39 +1100
committerPeter Ross <pross@xvid.org>2023-11-08 17:37:58 +1100
commit10869cd849504f0792770722be52884644c54fcf (patch)
tree3f59cd22824954a709dccab5ce06024447617859 /libavcodec/codec_desc.c
parentf084e9b0beca71129f36d8ae58e027adddf37fa1 (diff)
downloadffmpeg-10869cd849504f0792770722be52884644c54fcf.tar.gz
avcodec: LEAD MCMP decoder
Partially fixes ticket #798 Reviewed-by: James Almer <jamrial@gmail.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Peter Ross <pross@xvid.org>
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 f556bb94d5..432a9c9ea6 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -1960,6 +1960,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("vMix Video"),
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
},
+ {
+ .id = AV_CODEC_ID_LEAD,
+ .type = AVMEDIA_TYPE_VIDEO,
+ .name = "lead",
+ .long_name = NULL_IF_CONFIG_SMALL("LEAD MCMP"),
+ .props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
+ },
/* various PCM "codecs" */
{