summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-11-16 15:06:20 +0100
committerPaul B Mahol <onemda@gmail.com>2019-11-16 15:06:20 +0100
commitd7ffa4bd3e87c683807dfa1579fe035f44e63fc7 (patch)
treef7f24df4afcf12f03b9ceca2df2505072bfa5c7a
parentbfa8272f405314582e8f099ec1a9249232553c9c (diff)
avcodec/codec_desc: add mising .type for acelp.kelvin
-rw-r--r--libavcodec/codec_desc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 0602ecb1b5..5961af3c85 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -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,