driver/record.cpp: comment artificial blocking pause on record start/stop -

it looks like this operations is slow while its not true
This commit is contained in:
[CST] Focus
2012-04-27 16:31:27 +04:00
parent 4d87874b62
commit c9fd73bb10

View File

@@ -129,6 +129,7 @@ bool CRecordInstance::SaveXml()
void CRecordInstance::WaitRecMsg(time_t StartTime, time_t WaitTime)
{
return;
while (time(0) < StartTime + WaitTime)
usleep(100000);
}