wineqtdecoder: Fix compile on MacOS.
Regression of 0f9e4cd660
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
945efdb6f3
commit
6d0f7b4b75
|
@ -533,7 +533,7 @@ IUnknown * CALLBACK QTVDecoder_create(IUnknown * pUnkOuter, HRESULT* phr)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
hr = TransformFilter_Construct(sizeof(QTVDecoderImpl), &CLSID_QTVDecoder,
|
||||
hr = strmbase_transform_create(sizeof(QTVDecoderImpl), &CLSID_QTVDecoder,
|
||||
&QTVDecoder_FuncsTable, (IBaseFilter **)&This);
|
||||
|
||||
if (FAILED(hr))
|
||||
|
|
Loading…
Reference in New Issue