Mercurial > mplayer.hg
changeset 22017:0421ee482f38
fix overlooked debug message
author | voroshil |
---|---|
date | Sat, 27 Jan 2007 17:01:54 +0000 |
parents | 4479e6a1a140 |
children | 89fcce32d9d0 |
files | loader/dshow/outputpin.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/dshow/outputpin.c Sat Jan 27 16:41:01 2007 +0000 +++ b/loader/dshow/outputpin.c Sat Jan 27 17:01:54 2007 +0000 @@ -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;