summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-27 17:01:54 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-27 17:01:54 +0000
commit91629bc1110f1d60fd53322e3b5f995f7a6ec0a7 (patch)
tree031a0e606f6f5d014788a5861ff8e0f3b84a6b14 /loader
parentf722b60a29c02a8f12e65d639fb705210ca8c79e (diff)
downloadmpv-91629bc1110f1d60fd53322e3b5f995f7a6ec0a7.tar.bz2
mpv-91629bc1110f1d60fd53322e3b5f995f7a6ec0a7.tar.xz
fix overlooked debug message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22035 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader')
-rw-r--r--loader/dshow/outputpin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dshow/outputpin.c b/loader/dshow/outputpin.c
index bb65db539e..72574c2fa6 100644
--- a/loader/dshow/outputpin.c
+++ b/loader/dshow/outputpin.c
@@ -589,7 +589,7 @@ static HRESULT STDCALL COutputMemPin_QueryInterface(IUnknown* This, const GUID*
{
COutputPin* p = (COutputPin*)This;
- Debug printf("COutputPin_M_QueryInterface(%p) called\n", This);
+ Debug printf("COutputMemPin_QueryInterface(%p) called\n", This);
if (!ppv)
return E_INVALIDARG;