mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-22 00:31:09 +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 {
|
else {
|
||||||
// Hope for the best with older servers
|
// Hope for the best with older servers
|
||||||
|
if (waitingForRefInvalFrame) {
|
||||||
|
connectionDetectedFrameLoss(startFrameNumber, frameIndex - 1);
|
||||||
waitingForRefInvalFrame = false;
|
waitingForRefInvalFrame = false;
|
||||||
|
waitingForNextSuccessfulFrame = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (APP_VERSION_AT_LEAST(7, 1, 446)) {
|
if (APP_VERSION_AT_LEAST(7, 1, 446)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user