mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/codec_desc: add mising .type for acelp.kelvin
This commit is contained in:
parent
bfa8272f40
commit
d7ffa4bd3e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue