Skip to content

Commit

Permalink
fix: issue #221
Browse files Browse the repository at this point in the history
  • Loading branch information
Almamu committed May 10, 2024
1 parent 445f970 commit 1c8805b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WallpaperEngine/Render/Wallpapers/CVideo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 1c8805b

Please sign in to comment.