Disabled missing internal cam.

This commit is contained in:
Rolf Ahrenberg 2014-02-07 00:16:37 +02:00
parent 0900e229cf
commit 57e0af0ade
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ bool cIptvDevice::HasLock(int timeoutMsP) const
bool cIptvDevice::HasInternalCam(void)
{
//debug("cIptvDevice::%s(%d)", __FUNCTION__, deviceIndexM);
return true;
return false;
}
void cIptvDevice::ResetBuffering(void)