mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-03-01 02:44:18 +01:00
Add better log messages got DMR jitter buffer.
This commit is contained in:
parent
0df2445fb4
commit
f9ed879186
|
|
@ -83,8 +83,8 @@ m_beacon(false)
|
|||
m_streamId[0U] = 0x00U;
|
||||
m_streamId[1U] = 0x00U;
|
||||
|
||||
m_jitterBuffers[1U] = new CJitterBuffer("DMR", 60U, DMR_SLOT_TIME, jitter, 256U, debug);
|
||||
m_jitterBuffers[2U] = new CJitterBuffer("DMR", 60U, DMR_SLOT_TIME, jitter, 256U, debug);
|
||||
m_jitterBuffers[1U] = new CJitterBuffer("DMR Slot 1", 60U, DMR_SLOT_TIME, jitter, 256U, debug);
|
||||
m_jitterBuffers[2U] = new CJitterBuffer("DMR Slot 2", 60U, DMR_SLOT_TIME, jitter, 256U, debug);
|
||||
|
||||
m_id[0U] = id >> 24;
|
||||
m_id[1U] = id >> 16;
|
||||
|
|
|
|||
Loading…
Reference in a new issue