avformat/riff: map 0069 twocc to ADPCM IMA XBOX decoder

This commit is contained in:
Peter Ross
2024-12-11 09:39:44 +11:00
parent c3083b3266
commit b2cba76d4f
2 changed files with 2 additions and 2 deletions

View File

@@ -564,7 +564,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
/* rogue format number */
{ AV_CODEC_ID_ADPCM_IMA_DK3, 0x0062 },
{ AV_CODEC_ID_ADPCM_G726, 0x0064 },
{ AV_CODEC_ID_ADPCM_IMA_WAV, 0x0069 },
{ AV_CODEC_ID_ADPCM_IMA_XBOX, 0x0069 },
{ AV_CODEC_ID_METASOUND, 0x0075 },
{ AV_CODEC_ID_G729, 0x0083 },
{ AV_CODEC_ID_AAC, 0x00ff },