mf: Remove fixme trace for partially handled functionality.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c64f919b09
commit
df5463f3aa
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue