From 8bd6582d07a4a8d7d7158fb9479b15b2d27df607 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 11 Aug 2015 21:33:06 -0700 Subject: [PATCH] Fix off by one in reference frame invalidation --- .../src/com/limelight/nvstream/control/ControlStream.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/moonlight-common/src/com/limelight/nvstream/control/ControlStream.java b/moonlight-common/src/com/limelight/nvstream/control/ControlStream.java index 59c01825..568e6809 100644 --- a/moonlight-common/src/com/limelight/nvstream/control/ControlStream.java +++ b/moonlight-common/src/com/limelight/nvstream/control/ControlStream.java @@ -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];