Commit d1a37bfa authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

mf: Add a trace to MFCreateTopology.

parent 0b7dbc9e
......@@ -507,6 +507,8 @@ HRESULT WINAPI MFCreateTopology(IMFTopology **topology)
{
mftopology *object;
TRACE("(%p)\n", topology);
if (!topology)
return E_POINTER;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment