Prevent FEC from breaking after 64K frames
This commit is contained in:
parent
8a2b24e57a
commit
fe52c1848a
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ typedef struct _RTP_FEC_QUEUE {
|
|||
int bufferDataPackets;
|
||||
int fecPercentage;
|
||||
|
||||
unsigned short currentFrameNumber;
|
||||
int currentFrameNumber;
|
||||
unsigned int nextRtpSequenceNumber;
|
||||
} RTP_FEC_QUEUE, *PRTP_FEC_QUEUE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue