diff options
Diffstat (limited to 'hm/soft/mpv.nix')
| -rw-r--r-- | hm/soft/mpv.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hm/soft/mpv.nix b/hm/soft/mpv.nix index da4b591..4af4198 100644 --- a/hm/soft/mpv.nix +++ b/hm/soft/mpv.nix @@ -39,10 +39,9 @@ in profile = "gpu-hq"; gpu-api = "vulkan"; vo = "gpu-next"; - - hwdec = "auto-safe"; - gpu-hwdec-interop = "vaapi"; - hwdec-codecs = "all"; + hwdec = "vaapi"; + # gpu-hwdec-interop = "vaapi"; + # hwdec-codecs = "all"; scale = "ewa_lanczossharp"; cscale = "ewa_lanczos"; |
