diff libvo/vo_bl.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 ec3e58120e2a
children 2b1db607a09c
line wrap: on
line diff
--- a/libvo/vo_bl.c	Mon Nov 11 14:26:07 2002 +0000
+++ b/libvo/vo_bl.c	Mon Nov 11 15:22:10 2002 +0000
@@ -36,9 +36,7 @@
 #include "../cfgparser.h"
 #include "fastmemcpy.h"
 
-LIBVO_EXTERN (bl)
-
-static vo_info_t vo_info = 
+static vo_info_t info = 
 {
 	"Blinkenlights driver: http://www.blinkenlights.de",
 	"bl",
@@ -46,6 +44,8 @@
 	""
 };
 
+LIBVO_EXTERN (bl)
+
 /* General variables */
 
 static unsigned char *image = NULL;
@@ -220,10 +220,6 @@
 	return 0;
 }
 
-static const vo_info_t* get_info(void) {
-	return &vo_info;
-}
-
 static void draw_osd(void) {
 }