avcodec: add ADPCM IMA HVQM2 decoder

(cherry picked from commit 480e36592d5fc27a47e378d62570824613f26b7b)
This commit is contained in:
Paul B Mahol 2024-11-25 19:06:53 +00:00 committed by michaelni
parent 1943b31cdd
commit 58c0711fca
5 changed files with 58 additions and 1 deletions

View file

@ -677,6 +677,7 @@ extern const FFCodec ff_adpcm_ima_dk3_decoder;
extern const FFCodec ff_adpcm_ima_dk4_decoder;
extern const FFCodec ff_adpcm_ima_ea_eacs_decoder;
extern const FFCodec ff_adpcm_ima_ea_sead_decoder;
extern const FFCodec ff_adpcm_ima_hvqm2_decoder;
extern const FFCodec ff_adpcm_ima_hvqm4_decoder;
extern const FFCodec ff_adpcm_ima_iss_decoder;
extern const FFCodec ff_adpcm_ima_moflex_decoder;