mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 20:32:13 +00:00
aa1047a35a
Merged by wm4 from commits 93978f17b76d..13211ef5fc20. Changed copyright header in draw_bmp.c to "mpv", and removed the one in draw_bmp.h.
13 lines
302 B
C
13 lines
302 B
C
#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
|