avcodec: add ADPCM IMA XBOX decoder

This commit is contained in:
Paul B Mahol
2024-11-11 18:39:40 +00:00
committed by Peter Ross
parent 095f8038fa
commit c3083b3266
9 changed files with 61 additions and 2 deletions

View File

@@ -686,6 +686,7 @@ extern const FFCodec ff_adpcm_ima_wav_encoder;
extern const FFCodec ff_adpcm_ima_wav_decoder;
extern const FFCodec ff_adpcm_ima_ws_encoder;
extern const FFCodec ff_adpcm_ima_ws_decoder;
extern const FFCodec ff_adpcm_ima_xbox_decoder;
extern const FFCodec ff_adpcm_ms_encoder;
extern const FFCodec ff_adpcm_ms_decoder;
extern const FFCodec ff_adpcm_mtaf_decoder;