Derive bufferHighestSequenceNumber from the FEC info to ensure it's always accurate

This commit is contained in:
Cameron Gutman 2018-09-04 20:06:04 -07:00
commit ea0f06ded0
2 changed files with 7 additions and 8 deletions

View file

@ -24,6 +24,7 @@ typedef struct _RTP_FEC_QUEUE {
int bufferHighestSequenceNumber;
int bufferFirstParitySequenceNumber;
int bufferDataPackets;
int bufferParityPackets;
int receivedBufferDataPackets;
int fecPercentage;