1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

SDRPlay: init thread on start

This commit is contained in:
f4exb
2017-04-14 02:46:52 +02:00
parent c8146808a2
commit d001099f7e
@@ -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();