Commit 1d1c0383 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

mfreadwrite: Remove useless cast to self.

parent d91cd1ca
......@@ -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)
......
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