Commit 016fe6af authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

mfreadwrite/reader: Enable DXGI device manager path.

parent 482f977b
......@@ -1643,12 +1643,6 @@ static HRESULT source_reader_setup_sample_allocator(struct source_reader *reader
if (!(reader->flags & SOURCE_READER_HAS_DEVICE_MANAGER))
return S_OK;
if (reader->flags & SOURCE_READER_DXGI_DEVICE_MANAGER)
{
FIXME("DXGI device manager is not supported.\n");
return S_OK;
}
if (!stream->allocator)
{
if (FAILED(hr = MFCreateVideoSampleAllocatorEx(&IID_IMFVideoSampleAllocatorEx, (void **)&stream->allocator)))
......
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