mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 01:04:06 +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) {
|
||||
starved();
|
||||
_consecutiveNotMixedCount++;
|
||||
}
|
||||
_consecutiveNotMixedCount++;
|
||||
_lastPopSucceeded = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue