summaryrefslogtreecommitdiffstats
path: root/video/out/placebo/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/placebo/utils.h')
-rw-r--r--video/out/placebo/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/placebo/utils.h b/video/out/placebo/utils.h
index c897b5e013..ca0f065a8c 100644
--- a/video/out/placebo/utils.h
+++ b/video/out/placebo/utils.h
@@ -8,7 +8,7 @@
#include <libplacebo/log.h>
#include <libplacebo/colorspace.h>
-pl_log mppl_log_create(struct mp_log *log);
+pl_log mppl_log_create(void *tactx, struct mp_log *log);
void mppl_log_set_probing(pl_log log, bool probing);
static inline struct pl_rect2d mp_rect2d_to_pl(struct mp_rect rc)