mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add adpcm_ima_apm encoder
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
parent
8598fc4010
commit
80dda80981
7 changed files with 38 additions and 4 deletions
|
|
@ -608,6 +608,7 @@ extern AVCodec ff_adpcm_ima_amv_decoder;
|
|||
extern AVCodec ff_adpcm_ima_alp_decoder;
|
||||
extern AVCodec ff_adpcm_ima_apc_decoder;
|
||||
extern AVCodec ff_adpcm_ima_apm_decoder;
|
||||
extern AVCodec ff_adpcm_ima_apm_encoder;
|
||||
extern AVCodec ff_adpcm_ima_cunning_decoder;
|
||||
extern AVCodec ff_adpcm_ima_dat4_decoder;
|
||||
extern AVCodec ff_adpcm_ima_dk3_decoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue