mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 00:48:11 +01:00 
			
		
		
		
	Even more fixes
This commit is contained in:
		| @@ -104,7 +104,7 @@ namespace dsp { | ||||
|             } | ||||
|  | ||||
|             { | ||||
|                 std::lock_guard<std::mutex> lck(ctrlMtx); | ||||
|                 std::lock_guard<std::mutex> lck(generic_block<PolyphaseResampler<T>>::ctrlMtx); | ||||
|                 int outCount = calcOutSize(count); | ||||
|                 memcpy(&buffer[tapsPerPhase], _in->readBuf, count * sizeof(T)); | ||||
|                 _in->flush(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user