Commit b2b4c52a authored by Felix Paul Kühne's avatar Felix Paul Kühne

AudioQueue: attempt to fix #7659

Needs testing on device
parent ff42ba90
...@@ -98,7 +98,7 @@ static int Start(audio_output_t *p_aout, audio_sample_format_t *restrict fmt) ...@@ -98,7 +98,7 @@ static int Start(audio_output_t *p_aout, audio_sample_format_t *restrict fmt)
AudioQueueCallback, // Callback AudioQueueCallback, // Callback
NULL, // User data, passed to the callback NULL, // User data, passed to the callback
CFRunLoopGetMain(), // RunLoop CFRunLoopGetMain(), // RunLoop
kCFRunLoopDefaultMode, // RunLoop mode kCFRunLoopCommonModes, // RunLoop mode
0, // Flags ; must be zero (per documentation)... 0, // Flags ; must be zero (per documentation)...
&(p_sys->audioQueue)); // Output &(p_sys->audioQueue)); // Output
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment