summaryrefslogtreecommitdiffstats
path: root/sub/sub.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-12-28 15:46:23 +0100
committerwm4 <wm4@nowhere>2013-01-13 20:04:16 +0100
commit03730e73dc0439e0e673857d8c376a70cfcc8152 (patch)
tree8a9ba499fe0eed108eac7d17904eab8682735de4 /sub/sub.h
parent23f731839a39583321e2e03ff54715e9d5cea577 (diff)
downloadmpv-03730e73dc0439e0e673857d8c376a70cfcc8152.tar.bz2
mpv-03730e73dc0439e0e673857d8c376a70cfcc8152.tar.xz
img_convert: add sub_bitmap bounding box functions
mp_sub_bitmaps_bb is just sub_bitmaps_bb renamed/moved.
Diffstat (limited to 'sub/sub.h')
-rw-r--r--sub/sub.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sub/sub.h b/sub/sub.h
index c7f8a8b022..b1059819ee 100644
--- a/sub/sub.h
+++ b/sub/sub.h
@@ -227,9 +227,6 @@ void osd_draw_on_image_p(struct osd_state *osd, struct mp_osd_res res,
double video_pts, int draw_flags,
struct mp_image_pool *pool, struct mp_image *dest);
-struct mp_rect;
-bool sub_bitmaps_bb(struct sub_bitmaps *imgs, struct mp_rect *out_bb);
-
// defined in osd_libass.c and osd_dummy.c
void osd_object_get_bitmaps(struct osd_state *osd, struct osd_object *obj,