mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-09 14:07:31 +02:00
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,
|
.id = AV_CODEC_ID_ACELP_KELVIN,
|
||||||
|
.type = AVMEDIA_TYPE_AUDIO,
|
||||||
.name = "acelp.kelvin",
|
.name = "acelp.kelvin",
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("Sipro ACELP.KELVIN"),
|
.long_name = NULL_IF_CONFIG_SMALL("Sipro ACELP.KELVIN"),
|
||||||
.props = AV_CODEC_PROP_LOSSY,
|
.props = AV_CODEC_PROP_LOSSY,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user