mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:03:31 +02:00
fixed minor comment typo
This commit is contained in:
parent
cb6681f6f8
commit
124fba35db
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ printf("samples available: %d frames available: %d\n", samplesAvailable(), samp
|
|||
|
||||
if (_isStarved) {
|
||||
|
||||
// if this buffer was just finished replenishing after being starved, the number of frames in it now
|
||||
// if this buffer has just finished replenishing after being starved, the number of frames in it now
|
||||
// is the length of the jitter buffer
|
||||
_currentJitterBufferFrames = samplesAvailable() / samplesPerFrame;
|
||||
printf("jitter buffer length is now %d; desired: %d --------\n", _currentJitterBufferFrames, _desiredJitterBufferFrames);
|
||||
|
|
Loading…
Reference in a new issue