aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-11-25 09:46:29 +0100
committerdec05eba <dec05eba@protonmail.com>2023-11-25 09:46:29 +0100
commitd44c2609e73c0a9f6030b62a6b39399bf1db1fd4 (patch)
tree02f1fa95f52bfc103f51461ab6fdf8ac56a0c6bf /include
parent90e22e4415d6fabab09bc505a062f38b74f5f1a3 (diff)
Add --mpv-profile option, force libmpv (fixes custom system profile option)
Diffstat (limited to 'include')
-rw-r--r--include/mpv.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mpv.hpp b/include/mpv.hpp
index 09ba2c1..29817c8 100644
--- a/include/mpv.hpp
+++ b/include/mpv.hpp
@@ -11,7 +11,7 @@ public:
Mpv() = default;
~Mpv();
- bool create(bool use_system_mpv_config);
+ bool create(bool use_system_mpv_config, const char *profile = "gpu-hq");
bool destroy();
bool load_file(const char *path);