Browse Source

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

tags/n4.3
Paul B Mahol 5 years ago
parent
commit
d7ffa4bd3e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/codec_desc.c

+ 1
- 0
libavcodec/codec_desc.c View File

@@ -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…
Cancel
Save