diff libvo/vo_zr.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 1d2d47aa8717
children 5843993013a8
line wrap: on
line diff
--- a/libvo/vo_zr.c	Mon Nov 11 14:26:07 2002 +0000
+++ b/libvo/vo_zr.c	Mon Nov 11 15:22:10 2002 +0000
@@ -30,9 +30,7 @@
 
 #include "jpeg_enc.h"
 
-LIBVO_EXTERN (zr)
-
-static vo_info_t vo_info = 
+static vo_info_t info = 
 {
 	"Zoran ZR360[56]7/ZR36060 Driver (DC10(+)/buz/lml33/MatroxRR)",
 	"zr",
@@ -40,6 +38,8 @@
 	""
 };
 
+LIBVO_EXTERN (zr)
+
 #define	ZR_MAX_DEVICES 4
 /* General variables */
 
@@ -474,10 +474,6 @@
 	return 0;
 }
 
-static const vo_info_t* get_info(void) {
-	return &vo_info;
-}
-
 static void draw_osd(void) {
 }