1
0
mirror of https://github.com/rofafor/vdr-plugin-satip.git synced 2023-10-10 13:37:42 +02:00

Removed an unnecessary wait.

This commit is contained in:
Rolf Ahrenberg 2014-12-22 21:19:24 +02:00
parent 5c5f21631f
commit dadd26f980

View File

@ -488,8 +488,6 @@ bool cSatipDevice::GetTSPacket(uchar *&dataP)
dataP = GetData();
return true;
}
// Reduce cpu load by preventing busylooping
cCondWait::SleepMs(10);
dataP = NULL;
return true;
}