mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:58:56 +02:00
_consecutiveNotMixedCount++ moved back into if(starveOnFail)
This commit is contained in:
parent
cf649c8365
commit
438606d567
1 changed files with 1 additions and 1 deletions
|
@ -123,8 +123,8 @@ bool InboundAudioStream::popFrames(int numFrames, bool starveOnFail) {
|
||||||
// if starveOnFail is true
|
// if starveOnFail is true
|
||||||
if (starveOnFail) {
|
if (starveOnFail) {
|
||||||
starved();
|
starved();
|
||||||
|
_consecutiveNotMixedCount++;
|
||||||
}
|
}
|
||||||
_consecutiveNotMixedCount++;
|
|
||||||
_lastPopSucceeded = false;
|
_lastPopSucceeded = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue