summaryrefslogtreecommitdiffstats
path: root/sub/ass_mp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/ass_mp.h')
-rw-r--r--sub/ass_mp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sub/ass_mp.h b/sub/ass_mp.h
index 4ebb7f39a6..f4488bf8c7 100644
--- a/sub/ass_mp.h
+++ b/sub/ass_mp.h
@@ -55,5 +55,7 @@ struct mp_ass_packer *mp_ass_packer_alloc(void *ta_parent);
void mp_ass_packer_pack(struct mp_ass_packer *p, ASS_Image **image_lists,
int num_image_lists, bool changed,
int preferred_osd_format, struct sub_bitmaps *out);
+void mp_ass_get_bb(ASS_Image *image_list, ASS_Track *track,
+ struct mp_osd_res *res, double *out_rc);
#endif /* MPLAYER_ASS_MP_H */