Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
1e9daf1b by Rémi Denis-Courmont at 2022-01-29T16:57:27+00:00
pulse: fix return type

- - - - -


1 changed file:

- modules/audio_output/vlcpulse.c


Changes:

=====================================
modules/audio_output/vlcpulse.c
=====================================
@@ -57,7 +57,7 @@ static void context_state_cb (pa_context *ctx, void *userdata)
     }
 }
 
-static bool context_wait (pa_context *ctx, pa_threaded_mainloop *mainloop)
+static int context_wait(pa_context *ctx, pa_threaded_mainloop *mainloop)
 {
     pa_context_state_t state;
 



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/1e9daf1bf8947db10bebd58402ae7f06abd8fc92

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/1e9daf1bf8947db10bebd58402ae7f06abd8fc92
You're receiving this email because of your account on code.videolan.org.


_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to