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:
ivo 2005-08-05 12:46:42 +00:00
parent cd55954e4e
commit 4bf7522a2e
1 changed files with 1 additions and 1 deletions

View File

@ -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);