diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-01-25 19:31:44 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-01-30 20:57:37 +0100 |
commit | 280e6e93fc96afbbb73f1987eb3d603f8949ea30 (patch) | |
tree | b8db5770c67f28b5e79ce03c938f6207b6914c1e /libavcodec/allcodecs.c | |
parent | 9bfdd8524e4d3657be4057798bd4f015322827b2 (diff) | |
download | ffmpeg-280e6e93fc96afbbb73f1987eb3d603f8949ea30.tar.gz |
avcodec: add ADPCM XMD decoder
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 1 |
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; |