mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add ADPCM IMA MTF decoder
This commit is contained in:
parent
c149f16db1
commit
230703a9fa
6 changed files with 44 additions and 0 deletions
|
|
@ -608,6 +608,7 @@ extern AVCodec ff_adpcm_ima_dk4_decoder;
|
|||
extern AVCodec ff_adpcm_ima_ea_eacs_decoder;
|
||||
extern AVCodec ff_adpcm_ima_ea_sead_decoder;
|
||||
extern AVCodec ff_adpcm_ima_iss_decoder;
|
||||
extern AVCodec ff_adpcm_ima_mtf_decoder;
|
||||
extern AVCodec ff_adpcm_ima_oki_decoder;
|
||||
extern AVCodec ff_adpcm_ima_qt_encoder;
|
||||
extern AVCodec ff_adpcm_ima_qt_decoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue