mirror of https://github.com/g4klx/MMDVMHost
Revert "Increase the jitter buffer size."
This reverts commit 93e3c84d8b.
This commit is contained in:
parent
7a5176862b
commit
58945c3f3a
|
|
@ -41,7 +41,7 @@ m_lastDataLength(0U)
|
||||||
assert(jitterTime > 0U);
|
assert(jitterTime > 0U);
|
||||||
assert(topSequenceNumber > 0U);
|
assert(topSequenceNumber > 0U);
|
||||||
|
|
||||||
m_blockCount = (jitterTime / blockTime) * 2U + 1U;
|
m_blockCount = jitterTime / blockTime + 1U;
|
||||||
|
|
||||||
m_buffer = new JitterEntry[m_blockCount];
|
m_buffer = new JitterEntry[m_blockCount];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue