[vlc-commits] [Git][videolan/vlc][master] pulse: fix return type
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Sat Jan 29 17:31:57 UTC 2022
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.
More information about the vlc-commits
mailing list