mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 12:03:02 +00:00
Fix off by one in reference frame invalidation
This commit is contained in:
parent
875089305b
commit
8bd6582d07
@ -286,9 +286,6 @@ public class ControlStream implements ConnectionStatusListener {
|
|||||||
requestIdrFrame();
|
requestIdrFrame();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// The server expects this to be the firstLostFrame + 1
|
|
||||||
tuple[0]++;
|
|
||||||
|
|
||||||
// Update the end of the range to the latest tuple
|
// Update the end of the range to the latest tuple
|
||||||
if (lastTuple != null) {
|
if (lastTuple != null) {
|
||||||
tuple[1] = lastTuple[1];
|
tuple[1] = lastTuple[1];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user