qcap: The VfwCapture filter's GetNumberOfCapabilities() should set the capability count to zero.

oldstable
Damjan Jovanovic 2015-05-31 20:15:20 +02:00 committed by Alexandre Julliard
parent 9c922b6ab5
commit bd5e184bfb
1 changed files with 1 additions and 0 deletions

View File

@ -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 */
}