MPV: Fix the MPV controls
- nov. 19, 2021
-
- nov. 11, 2021
-
By default, don't create and initialize the MPV context, do it when the user request to play the video. This is done to not rely on race condition between the window creation and the MPV lib trying to get the window ID.
- Don't do anything if no MPV created - By default don't create the MPV, let the user do it himself