mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec/adpcm: Sanyo LD-ADPCM decoder
This commit is contained in:
parent
ad0a44028d
commit
0fe9f25e76
9 changed files with 215 additions and 2 deletions
|
|
@ -694,6 +694,7 @@ extern const FFCodec ff_adpcm_ms_encoder;
|
|||
extern const FFCodec ff_adpcm_ms_decoder;
|
||||
extern const FFCodec ff_adpcm_mtaf_decoder;
|
||||
extern const FFCodec ff_adpcm_psx_decoder;
|
||||
extern const FFCodec ff_adpcm_sanyo_decoder;
|
||||
extern const FFCodec ff_adpcm_sbpro_2_decoder;
|
||||
extern const FFCodec ff_adpcm_sbpro_3_decoder;
|
||||
extern const FFCodec ff_adpcm_sbpro_4_decoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue