mp3dmod: Return S_OK from SetInputType().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ae8635db62
commit
4f868310a6
|
@ -127,7 +127,7 @@ static HRESULT WINAPI MediaObject_SetInputType(IMediaObject *iface, DWORD index,
|
||||||
{
|
{
|
||||||
FIXME("(%p)->(%d, %p, %#x) stub!\n", iface, index, type, flags);
|
FIXME("(%p)->(%d, %p, %#x) stub!\n", iface, index, type, flags);
|
||||||
|
|
||||||
return E_NOTIMPL;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static HRESULT WINAPI MediaObject_SetOutputType(IMediaObject *iface, DWORD index, const DMO_MEDIA_TYPE *type, DWORD flags)
|
static HRESULT WINAPI MediaObject_SetOutputType(IMediaObject *iface, DWORD index, const DMO_MEDIA_TYPE *type, DWORD flags)
|
||||||
|
|
Loading…
Reference in New Issue