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.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/sub/draw_bmp.h b/sub/draw_bmp.h
index 478965af15..b7ebcf5e8a 100644
--- a/sub/draw_bmp.h
+++ b/sub/draw_bmp.h
@@ -1,11 +1,16 @@
#ifndef MPLAYER_DRAW_BMP_H
#define MPLAYER_DRAW_BMP_H
+#include "sub/sub.h"
+
struct mp_image;
struct sub_bitmaps;
struct mp_csp_details;
-void mp_draw_sub_bitmaps(struct mp_image *dst, struct sub_bitmaps *sbs,
- struct mp_csp_details *csp);
+struct mp_draw_sub_cache;
+void mp_draw_sub_bitmaps(struct mp_draw_sub_cache **cache, struct mp_image *dst,
+ struct sub_bitmaps *sbs, struct mp_csp_details *csp);
+
+extern const bool mp_draw_sub_formats[SUBBITMAP_COUNT];
#endif /* MPLAYER_DRAW_BMP_H */