Thank you I can look at a nightly build if you fix and give feedbackHi,
I'll try to take a look but I don't own a mac unfortunately, so I hope the first guess would work.
Code: Select all
diff --git a/modules/audio_output/auhal.c b/modules/audio_output/auhal.c
index b56e609bc3..1a704f18d4 100644
--- a/modules/audio_output/auhal.c
+++ b/modules/audio_output/auhal.c
@@ -540,6 +540,9 @@ RebuildDeviceList(audio_output_t * p_aout, UInt32 *p_id_exists)
CFArrayAppendValue(currentListOfDevices, deviceNumber);
CFRelease(deviceNumber);
free(psz_encoded_name);
+
+ if (p_id_exists && i_id == i_id_exists)
+ *p_id_exists = i_id;
}
// TODO: only register once for each device
Return to “VLC media player for macOS Troubleshooting”
Users browsing this forum: No registered users and 20 guests