Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
2071:7f27b212e07b | 2072:4b3f3f850896 |
---|---|
66 m_sDestType.pbFormat=m_sVhdr2; | 66 m_sDestType.pbFormat=m_sVhdr2; |
67 | 67 |
68 try | 68 try |
69 { | 69 { |
70 m_pDS_Filter = new DS_Filter(); | 70 m_pDS_Filter = new DS_Filter(); |
71 m_pDS_Filter->Create(info.dll.c_str(), &info.guid, &m_sOurType, &m_sDestType); | 71 m_pDS_Filter->Create(info.dll, &info.guid, &m_sOurType, &m_sDestType); |
72 m_pDS_Filter->Start(); | 72 m_pDS_Filter->Start(); |
73 | 73 |
74 ALLOCATOR_PROPERTIES props, props1; | 74 ALLOCATOR_PROPERTIES props, props1; |
75 props.cBuffers=1; | 75 props.cBuffers=1; |
76 props.cbBuffer=m_sOurType.lSampleSize; | 76 props.cbBuffer=m_sOurType.lSampleSize; |