Mercurial > libavformat.hg
changeset 4308:dda76da5252d libavformat
ADPCM found in Xbox wav files can be decoded with
existing CODEC_ID_ADPCM_IMA_WAV
author | stefang |
---|---|
date | Sat, 31 Jan 2009 05:53:04 +0000 |
parents | 610dce2b600a |
children | 24450a206efa |
files | riff.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Fri Jan 30 00:44:54 2009 +0000 +++ b/riff.c Sat Jan 31 05:53:04 2009 +0000 @@ -225,6 +225,7 @@ { 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 },