diff loader/dshow/DS_AudioDecoder.c @ 2072:4b3f3f850896

killed unneeded dependency on c++ headers
author arpi
date Thu, 04 Oct 2001 11:56:12 +0000
parents ce45cce7f7a5
children 24fa494bedb1
line wrap: on
line diff
--- a/loader/dshow/DS_AudioDecoder.c	Thu Oct 04 11:42:21 2001 +0000
+++ b/loader/dshow/DS_AudioDecoder.c	Thu Oct 04 11:56:12 2001 +0000
@@ -68,7 +68,7 @@
     try
     {
         m_pDS_Filter = new DS_Filter();
-	m_pDS_Filter->Create(info.dll.c_str(), &info.guid, &m_sOurType, &m_sDestType);
+	m_pDS_Filter->Create(info.dll, &info.guid, &m_sOurType, &m_sDestType);
 	m_pDS_Filter->Start();
 
 	ALLOCATOR_PROPERTIES props, props1;