Removed extraKeepAway value, superseded by MinKeepAway from track metadata
This commit is contained in:
parent
213128e82a
commit
b571d1c0c5
4 changed files with 7 additions and 15 deletions
|
@ -134,7 +134,6 @@ namespace Mist{
|
|||
}
|
||||
}
|
||||
if (thisTime > statSourceMs){statSourceMs = thisTime;}
|
||||
extraKeepAway = 0;
|
||||
needsLookAhead = 0;
|
||||
maxSkipAhead = 0;
|
||||
if (!sendFirst){
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue