From 6811f963587915918875b21b93927784a8680dc9 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 11 Nov 2002 15:22:10 +0000 Subject: removed get_info, using the same sheme as in libmpcodecs instead git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8149 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_aa.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'libvo/vo_aa.c') diff --git a/libvo/vo_aa.c b/libvo/vo_aa.c index cfcc097370..d64446a80f 100644 --- a/libvo/vo_aa.c +++ b/libvo/vo_aa.c @@ -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 and Folke Ashberg ", "" }; +LIBVO_EXTERN(aa) + /* aa's main context we use */ aa_context *c; aa_renderparams *p; @@ -338,12 +338,6 @@ query_format(uint32_t format) { 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 }; -- cgit v1.2.3