mf: Add a trace to MFCreateTopology.

Signed-off-by: Sven Baars <sven.wine@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Sven Baars 2018-11-13 23:20:44 +01:00 committed by Alexandre Julliard
parent 0b7dbc9e19
commit d1a37bfa57

View file

@ -507,6 +507,8 @@ HRESULT WINAPI MFCreateTopology(IMFTopology **topology)
{
mftopology *object;
TRACE("(%p)\n", topology);
if (!topology)
return E_POINTER;