From 333598b9c0e3a8d16d980a9927fcacb2d97a7b61 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Fri, 19 Mar 2010 21:07:23 +0000 Subject: [PATCH] [KSPROXY] - Fix build for XXX time because of me svn path=/trunk/; revision=46278 --- reactos/dll/directx/ksproxy/output_pin.cpp | 2 -- reactos/dll/directx/ksproxy/proxy.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/reactos/dll/directx/ksproxy/output_pin.cpp b/reactos/dll/directx/ksproxy/output_pin.cpp index 7f8a4211103..c5d897c6bcf 100644 --- a/reactos/dll/directx/ksproxy/output_pin.cpp +++ b/reactos/dll/directx/ksproxy/output_pin.cpp @@ -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) diff --git a/reactos/dll/directx/ksproxy/proxy.cpp b/reactos/dll/directx/ksproxy/proxy.cpp index 39d63863119..549307c1d09 100644 --- a/reactos/dll/directx/ksproxy/proxy.cpp +++ b/reactos/dll/directx/ksproxy/proxy.cpp @@ -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)); }