Skip to content

Commit

Permalink
Fix HDR
Browse files Browse the repository at this point in the history
  • Loading branch information
core1024 committed Jan 23, 2025
1 parent 70d67a2 commit 9902c37
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/stremio_app/stremio_player/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@ fn create_shareable_mpv(window_handle: HWND) -> Arc<Mpv> {
};
}
set_property!("wid", window_handle as i64);
// initializer.set_property("vo", "gpu").expect("unable to set vo");
// win, opengl: works but least performancy, 10-15% CPU
// winvk, vulkan: works as good as d3d11
// d3d11, d1d11: works great
// dxinterop, auto: works, slightly more cpu use than d3d11
// default (auto) seems to be d3d11 (vo/gpu/d3d11)
set_property!("gpu-context", "angle");
set_property!("gpu-api", "auto");
set_property!("title", "Stremio");
set_property!("terminal", "yes");
set_property!("msg-level", "all=no,cplayer=debug");
Expand Down

0 comments on commit 9902c37

Please sign in to comment.