mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +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 startAudioStream(void) {
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
|
callbacks.init();
|
||||||
|
|
||||||
rtpSocket = bindUdpSocket(RTP_PORT);
|
rtpSocket = bindUdpSocket(RTP_PORT);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user