avcodec: add ADPCM XMD decoder

This commit is contained in:
Paul B Mahol
2023-01-25 19:31:44 +01:00
parent 9bfdd8524e
commit 280e6e93fc
8 changed files with 59 additions and 1 deletions

View File

@@ -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;