mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-26 01:55:08 +02:00
fix pointer var declarations in AudioInjector class
This commit is contained in:
parent
9d7e29e06f
commit
fd6fb60d24
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void AudioInjector::setPosition(float* position) {
|
||||||
_position[2] = position[2];
|
_position[2] = position[2];
|
||||||
}
|
}
|
||||||
|
|
||||||
void AudioInjector::injectAudio(UDPSocket *injectorSocket, sockaddr *destinationSocket) {
|
void AudioInjector::injectAudio(UDPSocket* injectorSocket, sockaddr* destinationSocket) {
|
||||||
if (_audioSampleArray != NULL) {
|
if (_audioSampleArray != NULL) {
|
||||||
timeval startTime;
|
timeval startTime;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue