Basic jitter buffer for DMR, unfinished work.

This commit is contained in:
Jonathan Naylor
2017-11-23 11:54:45 +00:00
parent 1d33405a19
commit ce891019d3
7 changed files with 130 additions and 76 deletions

View File

@@ -131,8 +131,8 @@ JB_STATUS CJitterBuffer::getData(unsigned char* data)
::memset(data, 0x00U, m_blockSize);
m_headSequenceNumber++;
return JBS_REPEAT;
return JBS_MISSING;
}
void CJitterBuffer::reset()