comparison libvo/vo_svga.c @ 24238:797799e53a68

warning fix: vo_svga.c:57: warning: redundant redeclaration of 'query_format' video_out_internal.h:38: warning: previous declaration of 'query_format' was here
author diego
date Tue, 28 Aug 2007 10:52:20 +0000
parents a124f3abc1ec
children 3aee342be929
comparison
equal deleted inserted replaced
24237:451b928c38ee 24238:797799e53a68
52 52
53 //silence warnings, probably it have to go in some global header 53 //silence warnings, probably it have to go in some global header
54 #define UNUSED(x) ((void)(x)) 54 #define UNUSED(x) ((void)(x))
55 55
56 56
57 static int query_format(uint32_t format);
58 static void draw_alpha(int x0, int y0, int w, int h, unsigned char *src, 57 static void draw_alpha(int x0, int y0, int w, int h, unsigned char *src,
59 unsigned char *srca, int stride); 58 unsigned char *srca, int stride);
60 static uint32_t get_image(mp_image_t *mpi); 59 static uint32_t get_image(mp_image_t *mpi);
61 60
62 #define MAXPAGES 16 61 #define MAXPAGES 16