changeset 362:07bf7ff87eb3 libavformat

* Initial implementation of the G.726 ADPCM audio codec.
author romansh
date Sat, 07 Feb 2004 08:20:00 +0000
parents 7568c9f3dc40
children efd9dfe4f504
files wav.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 },