mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add ADPCM IMA MOFLEX decoder
This commit is contained in:
parent
2d16b6bd3e
commit
a1caa16d45
8 changed files with 41 additions and 2 deletions
|
|
@ -619,6 +619,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_moflex_decoder;
|
||||
extern AVCodec ff_adpcm_ima_mtf_decoder;
|
||||
extern AVCodec ff_adpcm_ima_oki_decoder;
|
||||
extern AVCodec ff_adpcm_ima_qt_encoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue