summaryrefslogtreecommitdiffstats
path: root/sub/draw_bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sub/draw_bmp.c')
-rw-r--r--sub/draw_bmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sub/draw_bmp.c b/sub/draw_bmp.c
index 4cf89349a0..f8fbe2e643 100644
--- a/sub/draw_bmp.c
+++ b/sub/draw_bmp.c
@@ -27,6 +27,7 @@
#include "core/mp_common.h"
#include "sub/draw_bmp.h"
#include "sub/sub.h"
+#include "sub/img_convert.h"
#include "video/mp_image.h"
#include "video/sws_utils.h"
#include "video/img_format.h"
@@ -543,7 +544,7 @@ void mp_draw_sub_bitmaps(struct mp_draw_sub_cache **cache, struct mp_image *dst,
get_closest_y444_format(dst->imgfmt, &format, &bits);
struct mp_rect bb;
- if (!sub_bitmaps_bb(sbs, &bb))
+ if (!mp_sub_bitmaps_bb(sbs, &bb))
return;
if (!align_bbox_for_swscale(dst, &bb))