Commit adbc4b66 authored by Shaun Ren's avatar Shaun Ren Committed by Alexandre Julliard

mfmediaengine: Change media_engine_Shutdown FIXME to TRACE.

parent ae32fb46
......@@ -2123,7 +2123,7 @@ static HRESULT WINAPI media_engine_Shutdown(IMFMediaEngineEx *iface)
struct media_engine *engine = impl_from_IMFMediaEngineEx(iface);
HRESULT hr = S_OK;
FIXME("(%p): stub.\n", iface);
TRACE("%p.\n", iface);
EnterCriticalSection(&engine->cs);
if (engine->flags & FLAGS_ENGINE_SHUT_DOWN)
......
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