Merge branch 'development' into LTS_development
This commit is contained in:
commit
c0f72a9b75
1 changed files with 1 additions and 1 deletions
|
@ -1191,7 +1191,7 @@ namespace Mist{
|
||||||
/// Waits for the given amount of millis, increasing the realtime playback
|
/// Waits for the given amount of millis, increasing the realtime playback
|
||||||
/// related times as needed to keep smooth playback intact.
|
/// related times as needed to keep smooth playback intact.
|
||||||
void Output::playbackSleep(uint64_t millis){
|
void Output::playbackSleep(uint64_t millis){
|
||||||
if (realTime){
|
if (realTime && myMeta.live){
|
||||||
firstTime += millis;
|
firstTime += millis;
|
||||||
extraKeepAway += millis;
|
extraKeepAway += millis;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue