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

mf: Return S_OK from IMFMediaSession::Close.

parent 4e21bb44
......@@ -176,7 +176,7 @@ static HRESULT WINAPI mfsession_Close(IMFMediaSession *iface)
FIXME("(%p)\n", This);
return E_NOTIMPL;
return S_OK;
}
static HRESULT WINAPI mfsession_Shutdown(IMFMediaSession *iface)
......
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