[KSPROXY]
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Fri, 19 Mar 2010 21:07:23 +0000 (21:07 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Fri, 19 Mar 2010 21:07:23 +0000 (21:07 +0000)
- Fix build for XXX time because of me

svn path=/trunk/; revision=46278

reactos/dll/directx/ksproxy/output_pin.cpp
reactos/dll/directx/ksproxy/proxy.cpp

index 7f8a421..c5d897c 100644 (file)
@@ -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)
index 39d6386..549307c 100644 (file)
@@ -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));
 }