summaryrefslogtreecommitdiffstats
path: root/sub/osd_state.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-01-26 16:34:31 +0100
committerwm4 <wm4@nowhere>2017-01-26 16:34:31 +0100
commit60452f640fd405133ebf6f7ba773b0e25071fcf1 (patch)
treedfcd28fb2e4c72e5e182aeb6f7c54a6eab7889fa /sub/osd_state.h
parent753dbea83fb3df7197ade934b01ecd2d4a310c33 (diff)
downloadmpv-60452f640fd405133ebf6f7ba773b0e25071fcf1.tar.bz2
mpv-60452f640fd405133ebf6f7ba773b0e25071fcf1.tar.xz
osd: move some internal declarations to internal headers
Diffstat (limited to 'sub/osd_state.h')
-rw-r--r--sub/osd_state.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sub/osd_state.h b/sub/osd_state.h
index cce415a1b9..dc2d6d5b6c 100644
--- a/sub/osd_state.h
+++ b/sub/osd_state.h
@@ -79,4 +79,10 @@ struct osd_state {
struct mp_draw_sub_cache *draw_cache;
};
+// defined in osd_libass.c and osd_dummy.c
+void osd_object_get_bitmaps(struct osd_state *osd, struct osd_object *obj,
+ int format, struct sub_bitmaps *out_imgs);
+void osd_init_backend(struct osd_state *osd);
+void osd_destroy_backend(struct osd_state *osd);
+
#endif