avcodec: add siren audio decoder

This commit is contained in:
Paul B Mahol
2018-04-03 21:49:48 +02:00
parent 26ae9c9f8a
commit 464310c160
8 changed files with 790 additions and 1 deletions
+7
View File
@@ -3044,6 +3044,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("MPEG-H 3D Audio"),
.props = AV_CODEC_PROP_LOSSY,
},
{
.id = AV_CODEC_ID_SIREN,
.type = AVMEDIA_TYPE_AUDIO,
.name = "siren",
.long_name = NULL_IF_CONFIG_SMALL("Siren"),
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
},
/* subtitle codecs */
{