Commit df5463f3 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

mf: Remove fixme trace for partially handled functionality.

parent c64f919b
......@@ -768,10 +768,7 @@ HRESULT WINAPI MFCreateMediaSession(IMFAttributes *config, IMFMediaSession **ses
struct media_session *object;
HRESULT hr;
TRACE("(%p, %p)\n", config, session);
if (config)
FIXME("session configuration ignored\n");
TRACE("%p, %p.\n", config, session);
object = heap_alloc_zero(sizeof(*object));
if (!object)
......
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