summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_svga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_svga.c b/libvo/vo_svga.c
index 3afb8e36a2..3b8a107c7d 100644
--- a/libvo/vo_svga.c
+++ b/libvo/vo_svga.c
@@ -63,7 +63,7 @@ TODO:
#include <assert.h>
-
+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);