mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-07-01 15:25:43 +00:00
Prevent FEC from breaking after 64K frames
This commit is contained in:
parent
8a2b24e57a
commit
fe52c1848a
@ -22,7 +22,7 @@ typedef struct _RTP_FEC_QUEUE {
|
|||||||
int bufferDataPackets;
|
int bufferDataPackets;
|
||||||
int fecPercentage;
|
int fecPercentage;
|
||||||
|
|
||||||
unsigned short currentFrameNumber;
|
int currentFrameNumber;
|
||||||
unsigned int nextRtpSequenceNumber;
|
unsigned int nextRtpSequenceNumber;
|
||||||
} RTP_FEC_QUEUE, *PRTP_FEC_QUEUE;
|
} RTP_FEC_QUEUE, *PRTP_FEC_QUEUE;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user