avcodec: add ADPCM XMD decoder
This commit is contained in:
parent
9bfdd8524e
commit
280e6e93fc
8 changed files with 59 additions and 1 deletions
|
|
@ -695,6 +695,7 @@ extern const FFCodec ff_adpcm_thp_decoder;
|
|||
extern const FFCodec ff_adpcm_thp_le_decoder;
|
||||
extern const FFCodec ff_adpcm_vima_decoder;
|
||||
extern const FFCodec ff_adpcm_xa_decoder;
|
||||
extern const FFCodec ff_adpcm_xmd_decoder;
|
||||
extern const FFCodec ff_adpcm_yamaha_encoder;
|
||||
extern const FFCodec ff_adpcm_yamaha_decoder;
|
||||
extern const FFCodec ff_adpcm_zork_decoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue