diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-11-16 15:06:20 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-11-16 15:06:20 +0100 |
commit | d7ffa4bd3e87c683807dfa1579fe035f44e63fc7 (patch) | |
tree | f7f24df4afcf12f03b9ceca2df2505072bfa5c7a /libavcodec/codec_desc.c | |
parent | bfa8272f405314582e8f099ec1a9249232553c9c (diff) | |
download | ffmpeg-d7ffa4bd3e87c683807dfa1579fe035f44e63fc7.tar.gz |
avcodec/codec_desc: add mising .type for acelp.kelvin
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r-- | libavcodec/codec_desc.c | 1 |
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, |