avformat/riff: add support for ICMV files

This commit is contained in:
Paul B Mahol 2022-08-23 10:11:55 +02:00
parent 9546b3a1cb
commit b347a05f1f

View File

@ -579,6 +579,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ AV_CODEC_ID_DTS, 0x2001 },
{ AV_CODEC_ID_SONIC, 0x2048 },
{ AV_CODEC_ID_SONIC_LS, 0x2048 },
{ AV_CODEC_ID_G729, 0x2222 },
{ AV_CODEC_ID_PCM_MULAW, 0x6c75 },
{ AV_CODEC_ID_AAC, 0x706d },
{ AV_CODEC_ID_AAC, 0x4143 },