avcodec: add ADPCM PSXC audio decoder

(cherry picked from commit a4055b5cc6d77c26867948e24de6bdfd5c0e6a3b)
This commit is contained in:
Paul B Mahol
2025-02-24 12:19:03 +00:00
committed by michaelni
parent a4f778890b
commit f6dfb20302
6 changed files with 59 additions and 0 deletions

View File

@@ -701,6 +701,7 @@ extern const FFCodec ff_adpcm_ms_decoder;
extern const FFCodec ff_adpcm_mtaf_decoder;
extern const FFCodec ff_adpcm_n64_decoder;
extern const FFCodec ff_adpcm_psx_decoder;
extern const FFCodec ff_adpcm_psxc_decoder;
extern const FFCodec ff_adpcm_sanyo_decoder;
extern const FFCodec ff_adpcm_sbpro_2_decoder;
extern const FFCodec ff_adpcm_sbpro_3_decoder;