mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
Missed one uint32_t declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16173 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cd55954e4e
commit
4bf7522a2e
@ -57,7 +57,7 @@ extern int vo_directrendering;
|
||||
extern int vo_dbpp;
|
||||
extern int verbose;
|
||||
|
||||
static uint32_t query_format(uint32_t format);
|
||||
static int query_format(uint32_t format);
|
||||
static void draw_alpha(int x0, int y0, int w, int h, unsigned char *src,
|
||||
unsigned char *srca, int stride);
|
||||
static uint32_t get_image(mp_image_t *mpi);
|
||||
|
Loading…
Reference in New Issue
Block a user