[FFmpeg-cvslog] avcodec/codec_desc: add mising .type for acelp.kelvin

Paul B Mahol git at videolan.org
Sat Nov 16 16:07:46 EET 2019


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Nov 16 15:06:20 2019 +0100| [d7ffa4bd3e87c683807dfa1579fe035f44e63fc7] | committer: Paul B Mahol

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7ffa4bd3e87c683807dfa1579fe035f44e63fc7
---

 libavcodec/codec_desc.c | 1 +
 1 file changed, 1 insertion(+)

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,



More information about the ffmpeg-cvslog mailing list