1
0
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:
f4exb
2016-07-07 02:43:09 +02:00
parent 110d7cae46
commit ddb65d2e70
2 changed files with 0 additions and 13 deletions
@@ -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);