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

MPV: Don't load the video by default, force the user to click on the button to...

MPV: Don't load the video by default, force the user to click on the button to avoid some strange race conditions
parent 83aa1371
Branches
Aucune étiquette associée trouvée
1 requête de fusion!23Try to fix crashes when creating and deleting MPV
...@@ -20,7 +20,7 @@ MpvContainer::MpvContainer(QWidget *parent) ...@@ -20,7 +20,7 @@ MpvContainer::MpvContainer(QWidget *parent)
setAttribute(Qt::WA_DontCreateNativeAncestors); setAttribute(Qt::WA_DontCreateNativeAncestors);
setAttribute(Qt::WA_NativeWindow); setAttribute(Qt::WA_NativeWindow);
initializeMpv(); logWarning() << "Don't init MPV by default, you should use the reload button!";
} }
void void
......
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