Fix off by one in reference frame invalidation

This commit is contained in:
Cameron Gutman 2015-08-11 21:33:06 -07:00
parent 875089305b
commit 8bd6582d07

View File

@ -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];