Mercurial > mplayer.hg
changeset 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 | 451b928c38ee |
children | a454c719a099 |
files | libvo/vo_svga.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_svga.c Tue Aug 28 10:51:13 2007 +0000 +++ b/libvo/vo_svga.c Tue Aug 28 10:52:20 2007 +0000 @@ -54,7 +54,6 @@ #define UNUSED(x) ((void)(x)) -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);