From 6811f963587915918875b21b93927784a8680dc9 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 11 Nov 2002 15:22:10 +0000 Subject: removed get_info, using the same sheme as in libmpcodecs instead git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8149 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_ggi.c | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'libvo/vo_ggi.c') 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 */ -- cgit v1.2.3