diff etc/codecs.conf @ 3787:55603340d1b2

implemented open source MS ADPCM decoder
author melanson
date Thu, 27 Dec 2001 05:09:43 +0000
parents a498c4b93d5d
children e8ab1f1b7497
line wrap: on
line diff
--- a/etc/codecs.conf	Thu Dec 27 02:08:31 2001 +0000
+++ b/etc/codecs.conf	Thu Dec 27 05:09:43 2001 +0000
@@ -315,8 +315,13 @@
   status working
   format 0x11
   format 0x34616d69  ; "ima4" (MOV files)
-  driver adpcm
-  dll "imaadpcm"
+  driver imaadpcm
+
+audiocodec msadpcm
+  info "MS ADPCM"
+  status working
+  format 0x2
+  driver msadpcm
 
 ; =============== WINDOWS DLL's ==============
 
@@ -792,12 +797,12 @@
   dll "divxa32.acm"
   cpuflags mmx
 
-audiocodec msadpcm
-  info "MS ADPCM"
-  status working
-  format 0x2
-  driver acm
-  dll "msadp32.acm"
+;audiocodec msadpcm
+;  info "MS ADPCM"
+;  status working
+;  format 0x2
+;  driver acm
+;  dll "msadp32.acm"
 
 audiocodec mp3
   info "MPEG layer-2, layer-3"
@@ -948,14 +953,6 @@
 ;  driver acm
 ;  dll "vorbis.acm"
 
-audiocodec ima4
-  info "IMA4:1"
-  status working
-  comment "MONO only"
-  format 0x34616d69  ; "ima4" (MOV files)
-  driver ima4
-  dll "ima4.c"
-
 audiocodec vivoaudio
   info "Vivo G.723/Siren Audio Codec"
   status working