changeset 10117:d6153fc16ac5

realaudio 28_8 and 14_4 dll support
author faust3
date Sat, 17 May 2003 09:41:18 +0000
parents add63fea61ac
children 070f242e4437
files etc/codecs.conf libmpcodecs/ad_realaud.c
diffstat 2 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sat May 17 09:21:21 2003 +0000
+++ b/etc/codecs.conf	Sat May 17 09:41:18 2003 +0000
@@ -1528,6 +1528,13 @@
   driver realaud
   dll "14_4.so.6.0"
 
+audiocodec ra144win
+  info "Win32 RealAudio 1.0"
+  status working
+  format 0x345F3431 ; "14_4"
+  driver realaud
+  dll "14_43260.dll"
+
 audiocodec ra288
   info "RealAudio 2.0"
   status working
@@ -1535,6 +1542,13 @@
   driver realaud
   dll "28_8.so.6.0"
 
+audiocodec ra288win
+  info "Win32 RealAudio 2.0"
+  status working
+  format 0x385F3832 ; "28_8"
+  driver realaud
+  dll "28_83260.dll"
+
 audiocodec racook
   info "RealAudio COOK"
   status working
--- a/libmpcodecs/ad_realaud.c	Sat May 17 09:21:21 2003 +0000
+++ b/libmpcodecs/ad_realaud.c	Sat May 17 09:41:18 2003 +0000
@@ -189,7 +189,7 @@
     wraSetDLLAccessPath = GetProcAddress(handle, "SetDLLAccessPath");
     wraSetPwd = GetProcAddress(handle, "RASetPwd"); // optional, used by SIPR
     
-    if (wraCloseCodec && wraDecode && wraFlush && wraFreeDecoder &&
+    if (wraCloseCodec && wraDecode && /*wraFlush && */wraFreeDecoder &&
 	wraGetFlavorProperty && (wraOpenCodec || wraOpenCodec2) && wraSetFlavor &&
 	/*wraSetDLLAccessPath &&*/ wraInitDecoder)
     {