mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 08:55:48 +00:00
Add missing call to Audio Renderer’s init() callback.
This commit is contained in:
parent
f9882f91e1
commit
7a59f04db1
@ -157,6 +157,8 @@ void stopAudioStream(void) {
|
||||
|
||||
int startAudioStream(void) {
|
||||
int err;
|
||||
|
||||
callbacks.init();
|
||||
|
||||
rtpSocket = bindUdpSocket(RTP_PORT);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user