[Mplayer-cvslog] CVS: main/etc codecs.conf,1.271,1.272

Alex Beregszaszi alex at mplayerhq.hu
Fri Apr 11 15:26:21 CEST 2003


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

Modified Files:
	codecs.conf 
Log Message:
forgot to commit win32 realadio entries, and wma id: 0x163

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -r1.271 -r1.272
--- codecs.conf	9 Apr 2003 21:34:04 -0000	1.271
+++ codecs.conf	11 Apr 2003 13:25:53 -0000	1.272
@@ -1443,6 +1443,7 @@
   info "Windows Media Audio 9 DMO"
   status working
   format 0x162
+  format 0x163
   driver dmo
   dll "wma9dmod.dll"
   guid 0x27ca0808, 0x01f5, 0x4e7a, 0x8b, 0x05, 0x87, 0xf8, 0x07, 0xa2, 0x33, 0xd1
@@ -1453,6 +1454,7 @@
   format 0x160
   format 0x161
   format 0x162
+  format 0x163
   driver dmo
   dll "wmadmod.dll"
   guid 0x2eeb4adf, 0x4578, 0x4d10, 0xbc, 0xa7, 0xbb, 0x95, 0x5f, 0x56, 0x32, 0x0a
@@ -1493,6 +1495,13 @@
   driver realaud
   dll "cook.so.6.0"
 
+audiocodec racookwin
+  info "Win32 RealAudio COOK"
+  status working
+  format 0x6B6F6F63 ; "cook"
+  driver realaud
+  dll "cook3260.dll"
+
 audiocodec rasipr
   info "RealAudio Sipro"
   status working
@@ -1500,12 +1509,26 @@
   driver realaud
   dll "sipr.so.6.0"
 
+audiocodec rasiprwin
+  info "Win32 RealAudio Sipro"
+  status working
+  format 0x72706973 ; "sipr"
+  driver realaud
+  dll "sipr3260.dll"
+
 audiocodec raatrc
   info "RealAudio ATRAC3"
   status working
   format 0x63727461 ; "atrc"
   driver realaud
   dll "atrc.so.6.0"
+
+audiocodec raatrcwin
+  info "Win32 RealAudio ATRAC3"
+  status working
+  format 0x63727461 ; "atrc"
+  driver realaud
+  dll "atrc3260.dll"
 
 audiocodec imaadpcm
   info "IMA ADPCM"



More information about the MPlayer-cvslog mailing list