mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
Revert "amstream: Fix the condition of existence of the IMediaStream interface."
This reverts commit 653c7e7dcaf7ebee2cfc8a6e356779dc8974aac6.
This commit is contained in:
parent
54ef871161
commit
c41a903969
@ -71,8 +71,7 @@ static HRESULT WINAPI IMediaStreamImpl_QueryInterface(IMediaStream* iface, REFII
|
||||
TRACE("(%p/%p)->(%s,%p)\n", iface, This, debugstr_guid(riid), ppvObject);
|
||||
|
||||
if (IsEqualGUID(riid, &IID_IUnknown) ||
|
||||
IsEqualGUID(riid, &IID_IAMMultiMediaStream) ||
|
||||
IsEqualGUID(riid, &IID_IDirectDrawMediaStream))
|
||||
IsEqualGUID(riid, &IID_IAMMultiMediaStream))
|
||||
{
|
||||
IClassFactory_AddRef(iface);
|
||||
*ppvObject = This;
|
||||
|
Loading…
x
Reference in New Issue
Block a user