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_vesa.c | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'libvo/vo_vesa.c') diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c index 000b49a5b5..4dd2096c79 100644 --- a/libvo/vo_vesa.c +++ b/libvo/vo_vesa.c @@ -45,7 +45,6 @@ #include "../postproc/swscale.h" -LIBVO_EXTERN(vesa) #ifdef HAVE_PNG extern vo_functions_t video_out_png; @@ -68,7 +67,7 @@ extern char *monitor_dotclock_str; #define UNUSED(x) ((void)(x)) /**< Removes warning about unused arguments */ -static vo_info_t vo_info = +static vo_info_t info = { "VESA VBE 2.0 video output", "vesa", @@ -76,6 +75,8 @@ static vo_info_t vo_info = "Requires ROOT privileges" }; +LIBVO_EXTERN(vesa) + /* driver data */ struct win_frame @@ -987,14 +988,6 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin return 0; } -static const vo_info_t* -get_info(void) -{ - if(verbose > 2) - printf("vo_vesa: get_info was called\n"); - return &vo_info; -} - static void uninit(void) { -- cgit v1.2.3