Commit d11e4b9b authored by stefang's avatar stefang

ADPCM found in Xbox wav files can be decoded with

existing CODEC_ID_ADPCM_IMA_WAV



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16883 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 73f45162
...@@ -225,6 +225,7 @@ const AVCodecTag codec_wav_tags[] = { ...@@ -225,6 +225,7 @@ const AVCodecTag codec_wav_tags[] = {
{ CODEC_ID_AMR_WB, 0x0058 }, { CODEC_ID_AMR_WB, 0x0058 },
{ CODEC_ID_ADPCM_IMA_DK4, 0x0061 }, /* rogue format number */ { CODEC_ID_ADPCM_IMA_DK4, 0x0061 }, /* rogue format number */
{ CODEC_ID_ADPCM_IMA_DK3, 0x0062 }, /* rogue format number */ { CODEC_ID_ADPCM_IMA_DK3, 0x0062 }, /* rogue format number */
{ CODEC_ID_ADPCM_IMA_WAV, 0x0069 },
{ CODEC_ID_VOXWARE, 0x0075 }, { CODEC_ID_VOXWARE, 0x0075 },
{ CODEC_ID_AAC, 0x00ff }, { CODEC_ID_AAC, 0x00ff },
{ CODEC_ID_SIPR, 0x0130 }, { CODEC_ID_SIPR, 0x0130 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment