mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
[KSPROXY]
- Fix build for XXX time because of me svn path=/trunk/; revision=46278
This commit is contained in:
parent
7f270c0bd9
commit
333598b9c0
2 changed files with 1 additions and 3 deletions
|
@ -1219,9 +1219,7 @@ HRESULT
|
|||
STDMETHODCALLTYPE
|
||||
COutputPin::Connect(IPin *pReceivePin, const AM_MEDIA_TYPE *pmt)
|
||||
{
|
||||
AM_MEDIA_TYPE MediaType;
|
||||
HRESULT hr;
|
||||
HANDLE hFilter;
|
||||
|
||||
OutputDebugStringW(L"COutputPin::Connect called\n");
|
||||
if (pmt)
|
||||
|
|
|
@ -505,7 +505,7 @@ STDMETHODCALLTYPE
|
|||
CKsProxy::KsSetPhysicalTime(
|
||||
LONGLONG Time)
|
||||
{
|
||||
OutputDebugStringW(L"CKsProxy::KsSetPhysicalTime NotImplemented\n");
|
||||
OutputDebugStringW(L"CKsProxy::KsSetPhysicalTime\n");
|
||||
return PerformClockProperty(KSPROPERTY_CLOCK_PHYSICALTIME, KSPROPERTY_TYPE_SET, (PVOID)&Time, sizeof(LONGLONG));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue