summaryrefslogtreecommitdiffstats
path: root/libvo/vo_zr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_zr.c')
-rw-r--r--libvo/vo_zr.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/libvo/vo_zr.c b/libvo/vo_zr.c
index 912735231f..3d6489ece9 100644
--- a/libvo/vo_zr.c
+++ b/libvo/vo_zr.c
@@ -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 @@ static vo_info_t vo_info =
""
};
+LIBVO_EXTERN (zr)
+
#define ZR_MAX_DEVICES 4
/* General variables */
@@ -474,10 +474,6 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
return 0;
}
-static const vo_info_t* get_info(void) {
- return &vo_info;
-}
-
static void draw_osd(void) {
}