mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add ADPCM IMA HVQM2 decoder
(cherry picked from commit 480e36592d5fc27a47e378d62570824613f26b7b)
This commit is contained in:
parent
1943b31cdd
commit
58c0711fca
5 changed files with 58 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue