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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasimir666 <casimir666@users.sourceforge.net>2008-01-27 19:06:52 +0300
committerCasimir666 <casimir666@users.sourceforge.net>2008-01-27 19:06:52 +0300
commit98f344f3ba6cac70f93867fc78308d42a6e68236 (patch)
tree82a4ca89bf928ec089a157d31d28fff106b2058f /src/filters/transform/mpcvideodec/VideoDecOutputPin.cpp
parente46081cd88415f63b46283a7536e7c10a5b89df0 (diff)
Added : Theora internal decoder
Updated : VC1 decoder (DXVA not working yet) Code cleanup git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@385 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/transform/mpcvideodec/VideoDecOutputPin.cpp')
-rw-r--r--src/filters/transform/mpcvideodec/VideoDecOutputPin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/filters/transform/mpcvideodec/VideoDecOutputPin.cpp b/src/filters/transform/mpcvideodec/VideoDecOutputPin.cpp
index 2f1361f0d..b08091537 100644
--- a/src/filters/transform/mpcvideodec/VideoDecOutputPin.cpp
+++ b/src/filters/transform/mpcvideodec/VideoDecOutputPin.cpp
@@ -81,8 +81,6 @@ HRESULT CVideoDecOutputPin::Active()
{
CAutoLock cAutoLock(m_pLock);
- // TODO
-
if(m_Connected && !m_pOutputQueue)
{
HRESULT hr = NOERROR;