summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorStefan Gehrer <stefan.gehrer@gmx.de>2009-01-31 05:53:04 +0000
committerStefan Gehrer <stefan.gehrer@gmx.de>2009-01-31 05:53:04 +0000
commit4becee2343ff88aad8d80bfc444fbf72b9c8bb30 (patch)
tree51b805f657d34067cdff90dabfd5ed9242614448 /libavformat/riff.c
parent7f3a6a05530ece0c70cb8115a8912149b62eb6ca (diff)
ADPCM found in Xbox wav files can be decoded with
existing CODEC_ID_ADPCM_IMA_WAV Originally committed as revision 16883 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 59a23ae25c..f80fc38aa2 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -225,6 +225,7 @@ const AVCodecTag codec_wav_tags[] = {
{ CODEC_ID_AMR_WB, 0x0058 },
{ CODEC_ID_ADPCM_IMA_DK4, 0x0061 }, /* rogue format number */
{ CODEC_ID_ADPCM_IMA_DK3, 0x0062 }, /* rogue format number */
+ { CODEC_ID_ADPCM_IMA_WAV, 0x0069 },
{ CODEC_ID_VOXWARE, 0x0075 },
{ CODEC_ID_AAC, 0x00ff },
{ CODEC_ID_SIPR, 0x0130 },