summaryrefslogtreecommitdiffstats
path: root/sub/draw_bmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/draw_bmp.h')
-rw-r--r--sub/draw_bmp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sub/draw_bmp.h b/sub/draw_bmp.h
index d54a1c7685..90e0ef6368 100644
--- a/sub/draw_bmp.h
+++ b/sub/draw_bmp.h
@@ -5,9 +5,10 @@
struct mp_rect;
struct mp_image;
+struct mpv_global;
struct mp_draw_sub_cache;
-struct mp_draw_sub_cache *mp_draw_sub_alloc(void *ta_parent);
+struct mp_draw_sub_cache *mp_draw_sub_alloc(void *ta_parent, struct mpv_global *g);
// Render the sub-bitmaps in sbs_list to dst. sbs_list must have been rendered
// for an OSD resolution equivalent to dst's size (UB if not).