diff options
author | Peter Ross <pross@xvid.org> | 2024-12-11 09:39:44 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2024-12-22 16:08:33 +1100 |
commit | b2cba76d4fe55c944bb4277c1c1def8597c1106b (patch) | |
tree | d51b5a45a91cea857472334b578f5397e1ae2f48 /libavformat/riff.c | |
parent | c3083b3266cf01fdc43e5d03e27bea35d7c1faae (diff) | |
download | ffmpeg-b2cba76d4fe55c944bb4277c1c1def8597c1106b.tar.gz |
avformat/riff: map 0069 twocc to ADPCM IMA XBOX decoder
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 98eeb88032..017a0658ef 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -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 }, |