Revert "Make jitter buffer message follow the same rules as the networking ones."

This reverts commit ccb3f37d5d.
This commit is contained in:
Jonathan Naylor
2017-11-28 10:05:02 +00:00
parent fce14a745b
commit 7df5da83b7
3 changed files with 7 additions and 12 deletions

View File

@@ -83,8 +83,8 @@ m_beacon(false)
m_streamId[0U] = 0x00U;
m_streamId[1U] = 0x00U;
m_jitterBuffers[1U] = new CJitterBuffer(60U, DMR_SLOT_TIME, jitter, 256U, debug);
m_jitterBuffers[2U] = new CJitterBuffer(60U, DMR_SLOT_TIME, jitter, 256U, debug);
m_jitterBuffers[1U] = new CJitterBuffer(60U, DMR_SLOT_TIME, jitter, 256U);
m_jitterBuffers[2U] = new CJitterBuffer(60U, DMR_SLOT_TIME, jitter, 256U);
m_id[0U] = id >> 24;
m_id[1U] = id >> 16;