summaryrefslogtreecommitdiffstats
path: root/video/out/libmpv.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/libmpv.h')
-rw-r--r--video/out/libmpv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/libmpv.h b/video/out/libmpv.h
index dc9d523b23..2fe33386f4 100644
--- a/video/out/libmpv.h
+++ b/video/out/libmpv.h
@@ -15,7 +15,7 @@ void *get_mpv_render_param(mpv_render_param *params, mpv_render_param_type type,
#define GET_MPV_RENDER_PARAM(params, type, ctype, def) \
(*(ctype *)get_mpv_render_param(params, type, &(ctype){(def)}))
-typedef int (*mp_render_cb_control_fn)(void *cb_ctx, int *events,
+typedef int (*mp_render_cb_control_fn)(struct vo *vo, void *cb_ctx, int *events,
uint32_t request, void *data);
void mp_render_context_set_control_callback(mpv_render_context *ctx,
mp_render_cb_control_fn callback,