diff --git a/device.c b/device.c index f44431d..1da060e 100644 --- a/device.c +++ b/device.c @@ -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; }