[Mplayer-cvslog] CVS: main/etc codecs.conf,1.117,1.118

Mike Melanson melanson at mplayer.dev.hu
Tue Jan 1 21:04:56 CET 2002


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

Modified Files:
	codecs.conf 
Log Message:
added initial support for format 0x61 ADPCM (sounds good, but still pops)


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- codecs.conf	29 Dec 2001 16:43:24 -0000	1.117
+++ codecs.conf	1 Jan 2002 20:04:53 -0000	1.118
@@ -331,6 +331,12 @@
   format 0x2
   driver msadpcm
 
+audiocodec fox61adpcm
+  info "Format 0x61 ADPCM"
+  status working
+  format 0x61
+  driver fox61adpcm
+
 audiocodec fox62adpcm
   info "Format 0x62 ADPCM"
   status buggy




More information about the MPlayer-cvslog mailing list