summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorCameron Cawley <ccawley2011@gmail.com>2021-05-07 17:50:47 +0100
committerZane van Iperen <zane@zanevaniperen.com>2021-05-09 17:01:27 +1000
commit5c7313c740dbd04e1a98937ca31d2c4a30ac6b99 (patch)
tree2ddcee2da131f70edbc02aa7db730f53f7a14c70 /libavcodec/codec_desc.c
parentb4e7fc4b4b4aa71ae6806b57ebe1293239497f71 (diff)
downloadffmpeg-5c7313c740dbd04e1a98937ca31d2c4a30ac6b99.tar.gz
avcodec: Implement Acorn Replay IMA ADPCM decoder
Signed-off-by: Zane van Iperen <zane@zanevaniperen.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 17f8a14044..35527dcc37 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2462,6 +2462,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("ADPCM IMA MobiClip MOFLEX"),
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
},
+ {
+ .id = AV_CODEC_ID_ADPCM_IMA_ACORN,
+ .type = AVMEDIA_TYPE_AUDIO,
+ .name = "adpcm_ima_acorn",
+ .long_name = NULL_IF_CONFIG_SMALL("ADPCM IMA Acorn Replay"),
+ .props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
+ },
/* AMR */
{