Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2012-11-04 14:24:32 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-11-04 14:25:48 +0400
commit4be7e6c957a111b1d9283e9740bbeb245b8e69f4 (patch)
tree5ebb7ba3d65acbf15029fd174c2081941c1943fc /decoder/LAVVideo
parent3867763d73a00a8538909614e836dc49ce9d1304 (diff)
quicksync: Activate D3D Device Manager access through the Renderer
Fixes issue 282
Diffstat (limited to 'decoder/LAVVideo')
-rw-r--r--decoder/LAVVideo/decoders/quicksync.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/decoder/LAVVideo/decoders/quicksync.cpp b/decoder/LAVVideo/decoders/quicksync.cpp
index e1bf01df..14ea00cf 100644
--- a/decoder/LAVVideo/decoders/quicksync.cpp
+++ b/decoder/LAVVideo/decoders/quicksync.cpp
@@ -153,9 +153,6 @@ STDMETHODIMP CDecQuickSync::PostConnect(IPin *pPin)
HRESULT hr = S_OK;
DbgLog((LOG_TRACE, 10, L"CDecQuickSync::PostConnect()"));
- // TODO: Activate this code and try to fix playback in WMC
-
-/*
// Release the previous manager (if any)
SafeRelease(&m_pD3DDevMngr);
@@ -183,7 +180,6 @@ STDMETHODIMP CDecQuickSync::PostConnect(IPin *pPin)
done:
SafeRelease(&pGetService);
- */
return S_OK;
}