mfreadwrite/reader: Enable DXGI device manager path.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2021-03-23 19:04:48 +03:00 committed by Alexandre Julliard
parent 482f977b34
commit 016fe6af18
1 changed files with 0 additions and 6 deletions

View File

@ -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)))