SDRPlay: init thread on start

This commit is contained in:
f4exb 2017-04-14 02:46:52 +02:00
parent c8146808a2
commit d001099f7e
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@ bool SDRPlayInput::start(int device)
return false;
}
m_sdrPlayThread->setLog2Decimation(m_settings.m_log2Decim);
m_sdrPlayThread->setFcPos((int) m_settings.m_fcPos);
m_sdrPlayThread->startWork();
mutexLocker.unlock();