From c56b9b1eb278c5ef89d3f0832a56dfe4732cb68b Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Fri, 13 Feb 2015 08:36:16 +0100 Subject: lavc: Add DSS SP decoder Signed-off-by: Oleksij Rempel Signed-off-by: Luca Barbato Signed-off-by: Vittorio Giovara --- libavcodec/codec_desc.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libavcodec/codec_desc.c') diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index c21c57eeaa..8e5ec1944c 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -2201,6 +2201,13 @@ static const AVCodecDescriptor codec_descriptors[] = { .long_name = NULL_IF_CONFIG_SMALL("G.723.1"), .props = AV_CODEC_PROP_LOSSY, }, + { + .id = AV_CODEC_ID_DSS_SP, + .type = AVMEDIA_TYPE_AUDIO, + .name = "dss_sp", + .long_name = NULL_IF_CONFIG_SMALL("Digital Speech Standard - Standard Play mode (DSS SP)"), + .props = AV_CODEC_PROP_LOSSY, + }, { .id = AV_CODEC_ID_G729, .type = AVMEDIA_TYPE_AUDIO, -- cgit v1.2.3