# HG changeset patch # User faust3 # Date 1053164478 0 # Node ID d6153fc16ac567568c1b381a6182f1fcb052405a # Parent add63fea61ace8a6cf9075fe0f351dfe9711cd90 realaudio 28_8 and 14_4 dll support diff -r add63fea61ac -r d6153fc16ac5 etc/codecs.conf --- 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 diff -r add63fea61ac -r d6153fc16ac5 libmpcodecs/ad_realaud.c --- 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) {