1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-20 06:38:36 -04:00

Remote input: limit m_readLengthSamples range

This commit is contained in:
f4exb
2019-04-30 08:43:55 +02:00
parent 9a39d0d898
commit f9107b78b2
3 changed files with 12 additions and 7 deletions
@@ -80,7 +80,7 @@ private:
QElapsedTimer m_elapsedTimer;
int m_throttlems;
uint32_t m_readLengthSamples;
int32_t m_readLengthSamples;
uint32_t m_readLength;
int32_t *m_converterBuffer;
uint32_t m_converterBufferNbSamples;