1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

DemodAnalyzer: Ensure sample rate is set in worker. Fixes #2309.

This commit is contained in:
srcejon
2024-11-12 20:36:10 +00:00
parent 585841e787
commit c4733a3645
2 changed files with 2 additions and 0 deletions
@@ -29,6 +29,7 @@ MESSAGE_CLASS_DEFINITION(DemodAnalyzerWorker::MsgConnectFifo, Message)
DemodAnalyzerWorker::DemodAnalyzerWorker() :
m_dataFifo(nullptr),
m_sinkSampleRate(0),
m_msgQueueToFeature(nullptr),
m_sampleBufferSize(0),
m_wavFileRecord(nullptr),