summaryrefslogtreecommitdiffstats
path: root/libvo/vo_md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_md5.c')
-rw-r--r--libvo/vo_md5.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/libvo/vo_md5.c b/libvo/vo_md5.c
index 9aa1951d75..ab3de18181 100644
--- a/libvo/vo_md5.c
+++ b/libvo/vo_md5.c
@@ -22,9 +22,7 @@
#include "video_out.h"
#include "video_out_internal.h"
-LIBVO_EXTERN (md5)
-
-static vo_info_t vo_info =
+static vo_info_t info =
{
"MD5 sum",
"md5",
@@ -32,6 +30,8 @@ static vo_info_t vo_info =
""
};
+LIBVO_EXTERN (md5)
+
extern vo_functions_t video_out_pgm;
extern char vo_pgm_filename[24];
@@ -44,12 +44,6 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
return video_out_pgm.config (width, height, d_width,d_height,fullscreen, title, format);
}
-static const vo_info_t*
-get_info(void)
-{
- return &vo_info;
-}
-
static void draw_osd(void)
{
}