diff libvo/vo_svga.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 5381fb575552
children b4e5d87b878b
line wrap: on
line diff
--- a/libvo/vo_svga.c	Mon Nov 11 14:26:07 2002 +0000
+++ b/libvo/vo_svga.c	Mon Nov 11 15:22:10 2002 +0000
@@ -72,15 +72,15 @@
 
 static uint32_t x_pos, y_pos;
 
-LIBVO_EXTERN(svga)
-
-static vo_info_t vo_info = {
+static vo_info_t info = {
 	"SVGAlib",
         "svga",
         "Zoltan Mark Vician <se7en@sch.bme.hu>",
         ""
 };
 
+LIBVO_EXTERN(svga)
+
 static uint32_t preinit(const char *arg)
 {
   int i;
@@ -479,10 +479,6 @@
   return (0);
 }
 
-static const vo_info_t* get_info(void) {
-  return (&vo_info);
-}
-
 static uint32_t draw_frame(uint8_t *src[]) {
   uint8_t *s=src[0];
 #if 0