mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-07-01 23:35:58 +00:00
Fix fallback handling of RFI on older servers
This commit is contained in:
parent
3593dea585
commit
4c62b5d23a
@ -733,7 +733,11 @@ static void processRtpPayload(PNV_VIDEO_PACKET videoPacket, int length,
|
||||
}
|
||||
else {
|
||||
// Hope for the best with older servers
|
||||
waitingForRefInvalFrame = false;
|
||||
if (waitingForRefInvalFrame) {
|
||||
connectionDetectedFrameLoss(startFrameNumber, frameIndex - 1);
|
||||
waitingForRefInvalFrame = false;
|
||||
waitingForNextSuccessfulFrame = false;
|
||||
}
|
||||
}
|
||||
|
||||
if (APP_VERSION_AT_LEAST(7, 1, 446)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user