summaryrefslogtreecommitdiffstats
path: root/libvo/vo_svga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_svga.c')
-rw-r--r--libvo/vo_svga.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/libvo/vo_svga.c b/libvo/vo_svga.c
index b1c5c2a26d..3f9d623862 100644
--- a/libvo/vo_svga.c
+++ b/libvo/vo_svga.c
@@ -72,15 +72,15 @@ static uint8_t checked = 0;
static uint32_t x_pos, y_pos;
-LIBVO_EXTERN(svga)
-
-static vo_info_t vo_info = {
+static vo_info_t info = {
"SVGAlib",
"svga",
"Zoltan Mark Vician <se7en@sch.bme.hu>",
""
};
+LIBVO_EXTERN(svga)
+
static uint32_t preinit(const char *arg)
{
int i;
@@ -479,10 +479,6 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
return (0);
}
-static const vo_info_t* get_info(void) {
- return (&vo_info);
-}
-
static uint32_t draw_frame(uint8_t *src[]) {
uint8_t *s=src[0];
#if 0