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

Module qt_window: remove mpv output on stdout

parent 5adc6b03
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!186Add the Qt window module as an alternative to the SDL2 module
Pipeline #2826 réussi
......@@ -42,8 +42,6 @@ MpvWidget::MpvWidget(struct queue *queue, lkt_db *db, struct module_reg *reg, bo
setFocusPolicy(Qt::StrongFocus);
mpv_set_option_string(mpv, "terminal", "yes");
mpv_set_option_string(mpv, "msg-level", "all=v");
mpv_set_option_string(mpv, "osc", "yes");
if (mpv_initialize(mpv) < 0)
throw std::runtime_error("could not initialize mpv context");
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter