diff libvo/vo_dfbmga.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 ca825957ed02
children a90ecaca3989
line wrap: on
line diff
--- a/libvo/vo_dfbmga.c	Mon Nov 11 14:26:07 2002 +0000
+++ b/libvo/vo_dfbmga.c	Mon Nov 11 15:22:10 2002 +0000
@@ -52,15 +52,15 @@
 #define min(x,y) (((x)<(y))?(x):(y))
 #endif
 
-LIBVO_EXTERN(dfbmga)
-
-static vo_info_t vo_info = {
+static vo_info_t info = {
      "DirectFB / Matrox G400",
      "dfbmga",
      "Ville Syrjala <syrjala@sci.fi>",
      ""
 };
 
+LIBVO_EXTERN(dfbmga)
+
 extern int verbose;
 
 /******************************
@@ -466,11 +466,6 @@
      return 0;
 }
 
-static const vo_info_t *get_info( void )
-{
-	return &vo_info;
-}
-
 static void
 vo_draw_alpha_lut8( int w, int h,
                     unsigned char* src,