[Mplayer-cvslog] CVS: main/etc codecs.conf,1.106,1.107

Mike Melanson melanson at mplayer.dev.hu
Wed Dec 26 07:33:11 CET 2001


Update of /cvsroot/mplayer/main/etc
In directory mplayer:/var/tmp.root/cvs-serv2793/etc

Modified Files:
	codecs.conf 
Log Message:
Initial support for unified ADPCM decoder


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- codecs.conf	23 Dec 2001 22:36:35 -0000	1.106
+++ codecs.conf	26 Dec 2001 06:33:03 -0000	1.107
@@ -310,6 +310,14 @@
   driver qtrle
   out BGR32,BGR24
 
+audiocodec imaadpcm
+  info "IMA ADPCM"
+  status working
+  format 0x11
+  format 0x34616d69  ; "ima4" (MOV files)
+  driver adpcm
+  dll "imaadpcm"
+
 ; =============== WINDOWS DLL's ==============
 
 videocodec vp3




More information about the MPlayer-cvslog mailing list