changeset 561:d5925f47058d libavformat

Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov
author melanson
date Tue, 12 Oct 2004 12:47:49 +0000
parents 63226381e03c
children bf3231dd1d7c
files wav.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/wav.c	Tue Oct 12 10:28:27 2004 +0000
+++ b/wav.c	Tue Oct 12 12:47:49 2004 +0000
@@ -38,6 +38,7 @@
     { CODEC_ID_VORBIS, ('V'<<8)+'o' }, //HACK/FIXME, does vorbis in WAV/AVI have an (in)official id?
     { CODEC_ID_SONIC, 0x2048 },
     { CODEC_ID_SONIC_LS, 0x2048 },
+    { CODEC_ID_ADPCM_CT, 0x200 },
     { 0, 0 },
 };