mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-20 06:38:36 -04:00
Remote input buffer size rework: dynamically allocated number of decoder slots. Implements #534
This commit is contained in:
@@ -112,6 +112,7 @@ private:
|
||||
void connectTimer();
|
||||
void disconnectTimer();
|
||||
void processData();
|
||||
void adjustNbDecoderSlots(const RemoteMetaDataFEC& metaData);
|
||||
|
||||
private slots:
|
||||
void tick();
|
||||
|
||||
Reference in New Issue
Block a user