mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-14 05:12:25 +08:00
fix: issue #211
This commit is contained in:
parent
445f970b69
commit
a14ded12d7
@ -30,6 +30,7 @@ CVideo::CVideo (Core::CVideo* video, CRenderContext& context, CAudioContext& aud
|
||||
mpv_set_option_string (this->m_mpv, "cursor-autohide", "no");
|
||||
mpv_set_option_string (this->m_mpv, "config", "no");
|
||||
mpv_set_option_string (this->m_mpv, "fbo-format", "rgba8");
|
||||
mpv_set_option_string (this->m_mpv, "vo", "libmpv");
|
||||
|
||||
if (mpv_initialize (this->m_mpv) < 0)
|
||||
sLog.exception ("Could not initialize mpv context");
|
||||
|
Loading…
Reference in New Issue
Block a user