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-12-21 03:53:55 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-12-21 03:53:55 +0400
commit6056a847839c58e8b9f2dbe9332ef3ec1c00e128 (patch)
treea995dcd7f6006b5ed2cc43ebe5894c938ffcaeef
parent000a91cb24ca6cf05532f67c0790f304dba6c950 (diff)
Remove debug message when joining filter graph
-rw-r--r--demuxer/LAVSplitter/LAVSplitter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/demuxer/LAVSplitter/LAVSplitter.cpp b/demuxer/LAVSplitter/LAVSplitter.cpp
index 65685919..f8d9c75a 100644
--- a/demuxer/LAVSplitter/LAVSplitter.cpp
+++ b/demuxer/LAVSplitter/LAVSplitter.cpp
@@ -119,7 +119,6 @@ STDMETHODIMP CLAVSplitter::Close()
STDMETHODIMP CLAVSplitter::JoinFilterGraph(IFilterGraph * pGraph, LPCWSTR pName)
{
CAutoLock cObjectLock(m_pLock);
- DbgLog((LOG_TRACE, 10, L"Joining Filter Graph with graph: %p", pGraph));
HRESULT hr = __super::JoinFilterGraph(pGraph, pName);
if (pGraph && !m_pTrayIcon) {
m_pTrayIcon = new CBaseTrayIcon(this, TEXT(LAV_SPLITTER), IDI_ICON1);