diff libvo/vo_xmga.c @ 8148:5b39e79af5fe

removed get_info, using the same sheme as in libmpcodecs instead
author alex
date Mon, 11 Nov 2002 15:22:10 +0000
parents a57aac3a927a
children edfe34c5405d
line wrap: on
line diff
--- a/libvo/vo_xmga.c	Mon Nov 11 14:26:07 2002 +0000
+++ b/libvo/vo_xmga.c	Mon Nov 11 15:22:10 2002 +0000
@@ -17,7 +17,6 @@
 #include "video_out.h"
 #include "video_out_internal.h"
 
-LIBVO_EXTERN( xmga )
 
 #include <sys/ioctl.h>
 #include <unistd.h>
@@ -48,7 +47,7 @@
 #include "../Gui/interface.h"
 #endif
 
-static vo_info_t vo_info =
+static vo_info_t info =
 {
  "Matrox G200/G4x0/G550 overlay in X11 window (using /dev/mga_vid)",
  "xmga",
@@ -56,6 +55,9 @@
  ""
 };
 
+LIBVO_EXTERN( xmga )
+
+
 static XGCValues              wGCV;
 
 static uint32_t               mDepth;
@@ -221,8 +223,6 @@
  return 0;
 }
 
-static const vo_info_t* get_info( void ){ return &vo_info; }
-
 static void uninit(void){
  mp_msg(MSGT_VO,MSGL_V,"vo: uninit!\n");
  mga_uninit();