diff libvo/vo_aa.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 0f1691d27d75
children 487cfc28525d
line wrap: on
line diff
--- a/libvo/vo_aa.c	Mon Nov 11 14:26:07 2002 +0000
+++ b/libvo/vo_aa.c	Mon Nov 11 15:22:10 2002 +0000
@@ -41,15 +41,15 @@
 #define MESSAGE_SIZE 512
 #define MESSAGE_DEKO " +++ %s +++ "
 
-LIBVO_EXTERN(aa)
-
-	static vo_info_t vo_info = {
+	static vo_info_t info = {
 	    "AAlib",
 	    "aa",
 	    "Alban Bedel <albeu@free.fr> and Folke Ashberg <folke@ashberg.de>",
 	    ""
 	};
 
+LIBVO_EXTERN(aa)
+
 /* aa's main context we use */
 aa_context *c;
 aa_renderparams *p;
@@ -338,12 +338,6 @@
     return 0;
 }
 
-static const vo_info_t* 
-get_info(void) {
-    /* who i am? */
-    return (&vo_info);
-}
-
 static uint32_t 
 draw_frame(uint8_t *src[]) {
   int stride[3] = { 0 , 0 , 0 };