avcodec/codec_desc: add mising .type for acelp.kelvin

This commit is contained in:
Paul B Mahol 2019-11-16 15:06:20 +01:00
parent bfa8272f40
commit d7ffa4bd3e
1 changed files with 1 additions and 0 deletions

View File

@ -2994,6 +2994,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
},
{
.id = AV_CODEC_ID_ACELP_KELVIN,
.type = AVMEDIA_TYPE_AUDIO,
.name = "acelp.kelvin",
.long_name = NULL_IF_CONFIG_SMALL("Sipro ACELP.KELVIN"),
.props = AV_CODEC_PROP_LOSSY,