summaryrefslogtreecommitdiffstats
path: root/libvo/vo_ggi.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_ggi.c')
-rw-r--r--libvo/vo_ggi.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/libvo/vo_ggi.c b/libvo/vo_ggi.c
index 4fd4b105eb..258a32dd75 100644
--- a/libvo/vo_ggi.c
+++ b/libvo/vo_ggi.c
@@ -41,11 +41,7 @@
#undef GGI_FLIP
-#include "../libmpcodecs/mp_image.h"
-
-LIBVO_EXTERN (ggi)
-
-static vo_info_t vo_info =
+static vo_info_t info =
{
"General Graphics Interface (GGI) output",
"ggi",
@@ -53,6 +49,8 @@ static vo_info_t vo_info =
"under developement"
};
+LIBVO_EXTERN (ggi)
+
static struct ggi_conf_s {
char *driver;
@@ -270,11 +268,6 @@ db_ok:
return(0);
}
-static const vo_info_t *get_info(void)
-{
- return &vo_info;
-}
-
static uint32_t get_image(mp_image_t *mpi)
{
/* GGI DirectRendering supports (yet) only BGR/RGB modes */