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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sub/draw_bmp.h b/sub/draw_bmp.h
index 11fbd0daa0..6adfd2c6c5 100644
--- a/sub/draw_bmp.h
+++ b/sub/draw_bmp.h
@@ -4,10 +4,9 @@
#include "osd.h"
struct mp_image;
-struct sub_bitmaps;
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 sub_bitmap_list *sbs_list);
extern const bool mp_draw_sub_formats[SUBBITMAP_COUNT];