mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add ADPCM IMA HVQM4 decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com> (cherry picked from commit bae3cecfa6f1fbc765d95d84ef4a377aedbca8bb)
This commit is contained in:
parent
e95171fbff
commit
424dbb03ae
5 changed files with 74 additions and 0 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_hvqm4_decoder;
|
||||
extern const FFCodec ff_adpcm_ima_iss_decoder;
|
||||
extern const FFCodec ff_adpcm_ima_moflex_decoder;
|
||||
extern const FFCodec ff_adpcm_ima_mtf_decoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue