[MPlayer-cvslog] r22035 - trunk/loader/dshow/outputpin.c
voroshil
subversion at mplayerhq.hu
Sat Jan 27 18:01:54 CET 2007
Author: voroshil
Date: Sat Jan 27 18:01:54 2007
New Revision: 22035
Modified:
trunk/loader/dshow/outputpin.c
Log:
fix overlooked debug message
Modified: trunk/loader/dshow/outputpin.c
==============================================================================
--- trunk/loader/dshow/outputpin.c (original)
+++ trunk/loader/dshow/outputpin.c Sat Jan 27 18:01:54 2007
@@ -589,7 +589,7 @@
{
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;
More information about the MPlayer-cvslog
mailing list