mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-02-16 10:30:59 +00:00
Fix fallback handling of RFI on older servers
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user