Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
b67e99bb
Commit
b67e99bb
authored
Apr 29, 2004
by
gbazin
Browse files
* modules/access/dshow/filter.cpp: removed useless debug messages.
parent
00507b0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/dshow/filter.cpp
View file @
b67e99bb
...
...
@@ -289,7 +289,7 @@ STDMETHODIMP CapturePin::QueryInterface(REFIID riid, void **ppv)
STDMETHODIMP_
(
ULONG
)
CapturePin
::
AddRef
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CapturePin::AddRef (ref: %i)"
,
i_ref
);
#endif
...
...
@@ -297,7 +297,7 @@ STDMETHODIMP_(ULONG) CapturePin::AddRef()
};
STDMETHODIMP_
(
ULONG
)
CapturePin
::
Release
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CapturePin::Release (ref: %i)"
,
i_ref
);
#endif
...
...
@@ -619,7 +619,7 @@ STDMETHODIMP CaptureFilter::QueryInterface( REFIID riid, void **ppv )
};
STDMETHODIMP_
(
ULONG
)
CaptureFilter
::
AddRef
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CaptureFilter::AddRef (ref: %i)"
,
i_ref
);
#endif
...
...
@@ -627,7 +627,7 @@ STDMETHODIMP_(ULONG) CaptureFilter::AddRef()
};
STDMETHODIMP_
(
ULONG
)
CaptureFilter
::
Release
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CaptureFilter::Release (ref: %i)"
,
i_ref
);
#endif
...
...
@@ -810,7 +810,7 @@ STDMETHODIMP CaptureEnumPins::QueryInterface( REFIID riid, void **ppv )
};
STDMETHODIMP_
(
ULONG
)
CaptureEnumPins
::
AddRef
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CaptureEnumPins::AddRef (ref: %i)"
,
i_ref
);
#endif
...
...
@@ -818,7 +818,7 @@ STDMETHODIMP_(ULONG) CaptureEnumPins::AddRef()
};
STDMETHODIMP_
(
ULONG
)
CaptureEnumPins
::
Release
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CaptureEnumPins::Release (ref: %i)"
,
i_ref
);
#endif
...
...
@@ -939,7 +939,7 @@ STDMETHODIMP CaptureEnumMediaTypes::QueryInterface( REFIID riid, void **ppv )
};
STDMETHODIMP_
(
ULONG
)
CaptureEnumMediaTypes
::
AddRef
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CaptureEnumMediaTypes::AddRef (ref: %i)"
,
i_ref
);
#endif
...
...
@@ -947,7 +947,7 @@ STDMETHODIMP_(ULONG) CaptureEnumMediaTypes::AddRef()
};
STDMETHODIMP_
(
ULONG
)
CaptureEnumMediaTypes
::
Release
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CaptureEnumMediaTypes::Release (ref: %i)"
,
i_ref
);
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment