Commit 81d6730c authored by tmmm's avatar tmmm

support for Duck DK3 and DK4 ADPCM


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2219 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d4270ae4
...@@ -29,6 +29,8 @@ const CodecTag codec_wav_tags[] = { ...@@ -29,6 +29,8 @@ const CodecTag codec_wav_tags[] = {
{ CODEC_ID_PCM_MULAW, 0x07 }, { CODEC_ID_PCM_MULAW, 0x07 },
{ CODEC_ID_ADPCM_MS, 0x02 }, { CODEC_ID_ADPCM_MS, 0x02 },
{ CODEC_ID_ADPCM_IMA_WAV, 0x11 }, { CODEC_ID_ADPCM_IMA_WAV, 0x11 },
{ CODEC_ID_ADPCM_IMA_DK4, 0x61 }, /* rogue format number */
{ CODEC_ID_ADPCM_IMA_DK3, 0x62 }, /* rogue format number */
{ CODEC_ID_WMAV1, 0x160 }, { CODEC_ID_WMAV1, 0x160 },
{ CODEC_ID_WMAV2, 0x161 }, { CODEC_ID_WMAV2, 0x161 },
{ 0, 0 }, { 0, 0 },
......
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