summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-01-25 19:31:44 +0100
committerPaul B Mahol <onemda@gmail.com>2023-01-30 20:57:37 +0100
commit280e6e93fc96afbbb73f1987eb3d603f8949ea30 (patch)
treeb8db5770c67f28b5e79ce03c938f6207b6914c1e /libavcodec/allcodecs.c
parent9bfdd8524e4d3657be4057798bd4f015322827b2 (diff)
avcodec: add ADPCM XMD decoder
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index f30047e17a..0deaea65b3 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -695,6 +695,7 @@ extern const FFCodec ff_adpcm_thp_decoder;
extern const FFCodec ff_adpcm_thp_le_decoder;
extern const FFCodec ff_adpcm_vima_decoder;
extern const FFCodec ff_adpcm_xa_decoder;
+extern const FFCodec ff_adpcm_xmd_decoder;
extern const FFCodec ff_adpcm_yamaha_encoder;
extern const FFCodec ff_adpcm_yamaha_decoder;
extern const FFCodec ff_adpcm_zork_decoder;