mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-11 18:57:11 +01:00
Fix linux bug
This commit is contained in:
parent
d91934955b
commit
b0409ad033
@ -103,7 +103,7 @@ namespace dsp {
|
||||
return -1;
|
||||
}
|
||||
|
||||
ctrlMtx.lock();
|
||||
generic_block<PolyphaseResampler<T>>::ctrlMtx.lock();
|
||||
|
||||
int outCount = calcOutSize(count);
|
||||
|
||||
@ -131,7 +131,7 @@ namespace dsp {
|
||||
|
||||
memmove(buffer, &buffer[count], tapsPerPhase * sizeof(T));
|
||||
|
||||
ctrlMtx.unlock();
|
||||
generic_block<PolyphaseResampler<T>>::ctrlMtx.unlock();
|
||||
|
||||
return count;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user