Delete lua + Use OpenGL for MPV
Comparer les modifications
Fichiers
3+ 82
− 26
@@ -21,7 +34,7 @@ MpvContainer::MpvContainer(QWidget *parent)
@@ -31,8 +44,6 @@ MpvContainer::initializeMpv()
@@ -56,14 +67,42 @@ MpvContainer::initializeMpv()
@@ -82,24 +121,24 @@ MpvContainer::registerMpvDurationCallback(std::function<void(double)> callback)
@@ -117,7 +156,7 @@ MpvContainer::handleMpvEvent(const mpv_event *const event) noexcept
@@ -233,6 +272,27 @@ MpvContainer::onMpvEvent() noexcept
@@ -268,7 +328,7 @@ MpvContainer::printMpvError(int rc) const noexcept
@@ -288,10 +348,6 @@ MpvContainer::mpvPause() noexcept