mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +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();
|
||||
}
|
||||
else {
|
||||
// The server expects this to be the firstLostFrame + 1
|
||||
tuple[0]++;
|
||||
|
||||
// Update the end of the range to the latest tuple
|
||||
if (lastTuple != null) {
|
||||
tuple[1] = lastTuple[1];
|
||||
|
Loading…
x
Reference in New Issue
Block a user