Removed extraKeepAway value, superseded by MinKeepAway from track metadata

This commit is contained in:
Thulinma 2022-11-28 10:50:57 +01:00
parent 213128e82a
commit b571d1c0c5
4 changed files with 7 additions and 15 deletions

View file

@ -134,7 +134,6 @@ namespace Mist{
}
}
if (thisTime > statSourceMs){statSourceMs = thisTime;}
extraKeepAway = 0;
needsLookAhead = 0;
maxSkipAhead = 0;
if (!sendFirst){

View file

@ -149,7 +149,6 @@ namespace Mist{
}
while (!presegs[currPreSeg].fullyRead && conf.is_active){Util::sleep(100);}
presegs[currPreSeg].data.assign(0, 0);
extraKeepAway = 0;
needsLookAhead = 0;
maxSkipAhead = 0;
packCounter = 0;