mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
SDRdaemonFEC support. removed useless data and method
This commit is contained in:
@@ -146,7 +146,6 @@ private:
|
||||
struct DecoderSlot
|
||||
{
|
||||
ProtectedBlockZero m_blockZero;
|
||||
ProtectedBlock* m_originalBlockPtrs[m_nbOriginalBlocks];
|
||||
ProtectedBlock m_recoveryBlocks[m_nbOriginalBlocks]; // max size
|
||||
cm256_block m_cm256DescriptorBlocks[m_nbOriginalBlocks];
|
||||
int m_blockCount; //!< total number of blocks received for this frame
|
||||
@@ -175,7 +174,6 @@ private:
|
||||
|
||||
float m_bufferLenSec;
|
||||
|
||||
void initDecoderSlotsAddresses();
|
||||
void initDecodeAllSlots();
|
||||
void initReadIndex();
|
||||
void checkSlotData(int slotIndex);
|
||||
|
||||
Reference in New Issue
Block a user