summaryrefslogtreecommitdiffstats
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-10-24 20:41:32 +0200
committerPaul B Mahol <onemda@gmail.com>2015-10-26 10:08:01 +0100
commit035ae3c0096f6c0a3f199d331ed4094ff5beafd1 (patch)
tree5eb7e43f1e39621980e9cb2ceef6c098c95aa40c /libavcodec/codec_desc.c
parent2ccc1b304e08a5f5e045c056e897ed377bf670f7 (diff)
downloadffmpeg-streaming-035ae3c0096f6c0a3f199d331ed4094ff5beafd1.zip
ffmpeg-streaming-035ae3c0096f6c0a3f199d331ed4094ff5beafd1.tar.gz
avcodec: add SDX2 DPCM decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 2f5cefd..32f1f8a 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2054,6 +2054,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("DPCM Sol"),
.props = AV_CODEC_PROP_LOSSY,
},
+ {
+ .id = AV_CODEC_ID_SDX2_DPCM,
+ .type = AVMEDIA_TYPE_AUDIO,
+ .name = "sdx2_dpcm",
+ .long_name = NULL_IF_CONFIG_SMALL("DPCM Squareroot-Delta-Exact"),
+ .props = AV_CODEC_PROP_LOSSY,
+ },
/* audio codecs */
{
OpenPOWER on IntegriCloud