Merge pull request #1220 from asmorkalov:msmf_sizet_fix

This commit is contained in:
Andrey Pavlenko
2013-08-05 10:26:38 +04:00
committed by OpenCV Buildbot

View File

@@ -2124,7 +2124,7 @@ long videoDevices::initDevices(IMFAttributes *pAttributes)
return hr;
}
size_t videoDevices::getCount()
unsigned int videoDevices::getCount()
{
return vds_Devices.size();
}