Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 283d80d9 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

MISC: Run astyle

parent 6b6ffd5e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!125Fix deadlock
...@@ -67,9 +67,9 @@ lmpv_prepare(volatile sqlite3 *db) ...@@ -67,9 +67,9 @@ lmpv_prepare(volatile sqlite3 *db)
int int
lmpv_observe_properties(mpv_handle *ctx) lmpv_observe_properties(mpv_handle *ctx)
{ {
return (mpv_observe_property(ctx, 0, "ao-volume", MPV_FORMAT_INT64) >= 0) && return (mpv_observe_property(ctx, 0, "ao-volume", MPV_FORMAT_INT64) >= 0) &&
(mpv_observe_property(ctx, 0, "duration", MPV_FORMAT_INT64) >= 0) && (mpv_observe_property(ctx, 0, "duration", MPV_FORMAT_INT64) >= 0) &&
(mpv_observe_property(ctx, 0, "time-pos", MPV_FORMAT_INT64) >= 0) && (mpv_observe_property(ctx, 0, "time-pos", MPV_FORMAT_INT64) >= 0) &&
(mpv_observe_property(ctx, 0, "pause", MPV_FORMAT_FLAG) >= 0); (mpv_observe_property(ctx, 0, "pause", MPV_FORMAT_FLAG) >= 0);
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter