summaryrefslogtreecommitdiffstats
path: root/sub/draw_bmp.h
blob: 478965af15c3b6d93605b8b543e8edc1b37a534d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MPLAYER_DRAW_BMP_H
#define MPLAYER_DRAW_BMP_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);

#endif /* MPLAYER_DRAW_BMP_H */

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