mfreadwrite: Remove useless cast to self.

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Michael Stefaniuc 2019-03-14 20:39:39 +01:00 committed by Alexandre Julliard
parent d91cd1ca59
commit 1d1c038391
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ static HRESULT create_source_reader_from_url(const WCHAR *url, IMFAttributes *at
return hr;
hr = IMFSourceResolver_CreateObjectFromURL(resolver, url, MF_RESOLUTION_MEDIASOURCE, NULL, &obj_type,
(IUnknown **)&object);
&object);
if (SUCCEEDED(hr))
{
switch (obj_type)