summaryrefslogtreecommitdiffstats
path: root/libvo/vo_aa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_aa.c')
-rw-r--r--libvo/vo_aa.c12
1 files changed, 3 insertions, 9 deletions
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 <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 @@ 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 };