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

@@ -564,6 +564,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ AV_CODEC_ID_ATRAC3, 0x0270 },
{ AV_CODEC_ID_MSNSIREN, 0x028E },
{ AV_CODEC_ID_ADPCM_G722, 0x028F },
{ AV_CODEC_ID_MISC4, 0x0350 },
{ AV_CODEC_ID_IMC, 0x0401 },
{ AV_CODEC_ID_IAC, 0x0402 },
{ AV_CODEC_ID_ON2AVC, 0x0500 },