diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-09-22 16:52:17 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-09-22 16:52:17 +0200 |
commit | 8a5c83effaf9303c9d5422cd67b4721ee4087903 (patch) | |
tree | ea87a7c2365803a3cb90db5a04923ff19d4bacd9 /src | |
parent | 7b8b32f3727c1cd445e577085e221364d99ed7b5 (diff) |
Dont use vd-lavc-dr
Diffstat (limited to 'src')
-rw-r--r-- | src/mpv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpv.cpp b/src/mpv.cpp index 0880049..6403bdc 100644 --- a/src/mpv.cpp +++ b/src/mpv.cpp @@ -102,7 +102,7 @@ bool Mpv::create(bool use_system_mpv_config) { { MPV_RENDER_PARAM_INVALID, 0 } }; - mpv_set_option_string(mpv, "vd-lavc-dr", "yes"); + //mpv_set_option_string(mpv, "vd-lavc-dr", "yes"); mpv_set_option_string(mpv, "vo", "libmpv"); mpv_set_option_string(mpv, "hwdec", "auto"); mpv_set_option_string(mpv, "profile", "gpu-hq"); |