aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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);