avcodec: add CRI HCA decoder

This commit is contained in:
Paul B Mahol
2020-03-15 13:28:13 +01:00
parent 0bbc4914da
commit fed0de3728
8 changed files with 639 additions and 1 deletions
+7
View File
@@ -3079,6 +3079,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("Siren"),
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
},
{
.id = AV_CODEC_ID_HCA,
.type = AVMEDIA_TYPE_AUDIO,
.name = "hca",
.long_name = NULL_IF_CONFIG_SMALL("CRI HCA"),
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
},
/* subtitle codecs */
{