summaryrefslogtreecommitdiffstats
path: root/sub/draw_bmp.h
blob: 6833d42cf7b52f51a67453dfeda12640e768d60c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef MPLAYER_DRAW_BMP_H
#define MPLAYER_DRAW_BMP_H

#include "osd.h"

struct mp_image;
struct mp_draw_sub_cache;
bool mp_draw_sub_bitmaps(struct mp_draw_sub_cache **cache, struct mp_image *dst,
                         struct sub_bitmap_list *sbs_list);
char *mp_draw_sub_get_dbg_info(struct mp_draw_sub_cache *c);

extern const bool mp_draw_sub_formats[SUBBITMAP_COUNT];

#endif /* MPLAYER_DRAW_BMP_H */

// vim: ts=4 sw=4 et tw=80