Derive bufferHighestSequenceNumber from the FEC info to ensure it's always accurate
This commit is contained in:
parent
6e633498c3
commit
ea0f06ded0
2 changed files with 7 additions and 8 deletions
|
|
@ -24,6 +24,7 @@ typedef struct _RTP_FEC_QUEUE {
|
|||
int bufferHighestSequenceNumber;
|
||||
int bufferFirstParitySequenceNumber;
|
||||
int bufferDataPackets;
|
||||
int bufferParityPackets;
|
||||
int receivedBufferDataPackets;
|
||||
int fecPercentage;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue