SDRPlay: init thread on start

pull/27/head
f4exb 2017-04-14 02:46:52 +02:00
rodzic c8146808a2
commit d001099f7e
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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();