avcodec: add ADPCM Circus decoder

(cherry picked from commit cdd3d794c7e01e4d6f485e7b975a4b9107d3f2fd)
This commit is contained in:
Paul B Mahol 2025-02-28 16:05:05 +00:00 committed by michaelni
parent f6dfb20302
commit 5d6c9a15eb
6 changed files with 42 additions and 0 deletions

View file

@ -649,6 +649,7 @@ extern const FFCodec ff_adpcm_agm_decoder;
extern const FFCodec ff_adpcm_aica_decoder;
extern const FFCodec ff_adpcm_argo_decoder;
extern const FFCodec ff_adpcm_argo_encoder;
extern const FFCodec ff_adpcm_circus_decoder;
extern const FFCodec ff_adpcm_ct_decoder;
extern const FFCodec ff_adpcm_dtk_decoder;
extern const FFCodec ff_adpcm_ea_decoder;