quartz: Remove stub messages for implemented methods.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
456211e307
commit
1fbbd154fd
|
@ -1157,7 +1157,7 @@ static HRESULT WINAPI FilterMapper_EnumMatchingFilters(
|
|||
REGFILTER* regfilters;
|
||||
HRESULT hr;
|
||||
|
||||
TRACE("(%p/%p)->(%p, %x, %s, %s, %s, %s, %s, %s, %s) stub!\n",
|
||||
TRACE("(%p/%p)->(%p, %x, %s, %s, %s, %s, %s, %s, %s)\n",
|
||||
This,
|
||||
iface,
|
||||
ppEnum,
|
||||
|
|
|
@ -1256,7 +1256,7 @@ static HRESULT WINAPI VMR7FilterConfig_GetRenderingMode(IVMRFilterConfig *iface,
|
|||
{
|
||||
struct quartz_vmr *This = impl_from_IVMRFilterConfig(iface);
|
||||
|
||||
TRACE("(%p/%p)->(%p) stub\n", iface, This, mode);
|
||||
TRACE("(%p/%p)->(%p)\n", iface, This, mode);
|
||||
if (!mode) return E_POINTER;
|
||||
|
||||
if (This->mode)
|
||||
|
@ -1679,7 +1679,7 @@ static HRESULT WINAPI VMR9FilterConfig_GetRenderingMode(IVMRFilterConfig9 *iface
|
|||
{
|
||||
struct quartz_vmr *This = impl_from_IVMRFilterConfig9(iface);
|
||||
|
||||
TRACE("(%p/%p)->(%p) stub\n", iface, This, mode);
|
||||
TRACE("(%p/%p)->(%p)\n", iface, This, mode);
|
||||
if (!mode)
|
||||
return E_POINTER;
|
||||
|
||||
|
|
Loading…
Reference in New Issue