mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
amstream: Turn Initialize FIXME into a TRACE.
This commit is contained in:
parent
74c07a141e
commit
81ebb0900d
@ -214,7 +214,7 @@ static HRESULT WINAPI IAMMultiMediaStreamImpl_Initialize(IAMMultiMediaStream* if
|
||||
IAMMultiMediaStreamImpl *This = (IAMMultiMediaStreamImpl *)iface;
|
||||
HRESULT hr = S_OK;
|
||||
|
||||
FIXME("(%p/%p)->(%x,%x,%p) partial stub!\n", This, iface, (DWORD)StreamType, dwFlags, pFilterGraph);
|
||||
TRACE("(%p/%p)->(%x,%x,%p)\n", This, iface, (DWORD)StreamType, dwFlags, pFilterGraph);
|
||||
|
||||
if (pFilterGraph)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user