mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-19 00:57:35 +02:00
type squish in Audio.cpp
This commit is contained in:
parent
55954899e6
commit
8118e3bf69
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ void Audio::addReceivedAudioToBuffer(unsigned char* receivedData, int receivedBy
|
|||
gettimeofday(&_firstPlaybackTime, NULL);
|
||||
}
|
||||
|
||||
_ringBuffer.parseData((unsigned char *)receivedData, PACKET_LENGTH_BYTES + sizeof(PACKET_HEADER));
|
||||
_ringBuffer.parseData((unsigned char*) receivedData, PACKET_LENGTH_BYTES + sizeof(PACKET_HEADER));
|
||||
|
||||
_lastReceiveTime = currentReceiveTime;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue