# HG changeset patch # User romansh # Date 1076142000 0 # Node ID 07bf7ff87eb368ceb1ab39239a86165543cbd7bf # Parent 7568c9f3dc401e286d74275be7796de5a126aac0 * Initial implementation of the G.726 ADPCM audio codec. diff -r 7568c9f3dc40 -r 07bf7ff87eb3 wav.c --- a/wav.c Sat Feb 07 04:21:05 2004 +0000 +++ b/wav.c Sat Feb 07 08:20:00 2004 +0000 @@ -29,6 +29,7 @@ { CODEC_ID_PCM_MULAW, 0x07 }, { CODEC_ID_ADPCM_MS, 0x02 }, { CODEC_ID_ADPCM_IMA_WAV, 0x11 }, + { CODEC_ID_ADPCM_G726, 0x45 }, { CODEC_ID_ADPCM_IMA_DK4, 0x61 }, /* rogue format number */ { CODEC_ID_ADPCM_IMA_DK3, 0x62 }, /* rogue format number */ { CODEC_ID_WMAV1, 0x160 },