mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-08-06 10:56:28 -04:00
keyboard waterfall zoom input tweaks
This commit is contained in:
@@ -221,14 +221,14 @@ void SDRPostThread::run() {
|
||||
data_in->decRefCount();
|
||||
}
|
||||
|
||||
buffers.purge();
|
||||
// buffers.purge();
|
||||
|
||||
if (iqVisualQueue && !iqVisualQueue->empty()) {
|
||||
DemodulatorThreadIQData *visualDataDummy;
|
||||
iqVisualQueue->pop(visualDataDummy);
|
||||
}
|
||||
|
||||
visualDataBuffers.purge();
|
||||
// visualDataBuffers.purge();
|
||||
|
||||
std::cout << "SDR post-processing thread done." << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user