kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Fix linux bug
rodzic
d91934955b
commit
b0409ad033
|
@ -103,7 +103,7 @@ namespace dsp {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
ctrlMtx.lock();
|
generic_block<PolyphaseResampler<T>>::ctrlMtx.lock();
|
||||||
|
|
||||||
int outCount = calcOutSize(count);
|
int outCount = calcOutSize(count);
|
||||||
|
|
||||||
|
@ -131,7 +131,7 @@ namespace dsp {
|
||||||
|
|
||||||
memmove(buffer, &buffer[count], tapsPerPhase * sizeof(T));
|
memmove(buffer, &buffer[count], tapsPerPhase * sizeof(T));
|
||||||
|
|
||||||
ctrlMtx.unlock();
|
generic_block<PolyphaseResampler<T>>::ctrlMtx.unlock();
|
||||||
|
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue