summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorTomas Härdin <tjoppen@acc.umu.se>2017-08-08 15:27:27 +0200
committerTomas Härdin <tjoppen@acc.umu.se>2018-02-24 17:06:31 +0100
commitf958f431eced497f42220d8f9890506215742512 (patch)
treea6103c15aa9ea36aecbdfae25b1db560cb69576a /libavcodec/codec_desc.c
parent28924f4b488a2a22c2a1e41706fd97b6e484325c (diff)
Add libcodec2 en/decoder
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 44a54a31c9..f1ba6b13ac 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2734,6 +2734,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.props = AV_CODEC_PROP_LOSSY,
},
{
+ .id = AV_CODEC_ID_CODEC2,
+ .type = AVMEDIA_TYPE_AUDIO,
+ .name = "codec2",
+ .long_name = NULL_IF_CONFIG_SMALL("codec2 (very low bitrate speech codec)"),
+ .props = AV_CODEC_PROP_LOSSY,
+ },
+ {
.id = AV_CODEC_ID_FFWAVESYNTH,
.type = AVMEDIA_TYPE_AUDIO,
.name = "wavesynth",