qcap: The VfwCapture filter's GetNumberOfCapabilities() should set the capability count to zero.
This commit is contained in:
parent
9c922b6ab5
commit
bd5e184bfb
|
@ -374,6 +374,7 @@ AMStreamConfig_GetNumberOfCapabilities( IAMStreamConfig *iface, int *piCount,
|
|||
int *piSize )
|
||||
{
|
||||
FIXME("%p: %p %p - stub, intentional\n", iface, piCount, piSize);
|
||||
*piCount = 0;
|
||||
return E_NOTIMPL; /* Not implemented for this interface */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue