avcodec: add MI-SC4 audio decoder

This commit is contained in:
Paul B Mahol
2022-09-08 20:44:49 +02:00
parent 6df3ad9687
commit ea93943bee
9 changed files with 200 additions and 1 deletions

View File

@@ -483,6 +483,7 @@ extern const FFCodec ff_interplay_acm_decoder;
extern const FFCodec ff_mace3_decoder;
extern const FFCodec ff_mace6_decoder;
extern const FFCodec ff_metasound_decoder;
extern const FFCodec ff_misc4_decoder;
extern const FFCodec ff_mlp_encoder;
extern const FFCodec ff_mlp_decoder;
extern const FFCodec ff_mp1_decoder;