mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-02-16 02:21:07 +00:00
Prevent FEC from breaking after 64K frames
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user