summaryrefslogtreecommitdiffstats
path: root/video/out/present_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/present_sync.h')
-rw-r--r--video/out/present_sync.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/video/out/present_sync.h b/video/out/present_sync.h
index 361045548d..7ec0edb85c 100644
--- a/video/out/present_sync.h
+++ b/video/out/present_sync.h
@@ -39,9 +39,10 @@ struct mp_present_entry {
struct mp_present {
struct mp_present_entry *head, *tail;
+ struct mp_vo_opts *opts;
};
-struct mp_present *mp_present_initialize(void *talloc_ctx, int entries);
+struct mp_present *mp_present_initialize(void *talloc_ctx, struct mp_vo_opts *opts, int entries);
// Used during the get_vsync call to deliver the presentation statistics to the VO.
void present_sync_get_info(struct mp_present *present, struct vo_vsync_info *info);