summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vesa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_vesa.c')
-rw-r--r--libvo/vo_vesa.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index 33a71afe25..0e42febb39 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -988,3 +988,13 @@ static void check_events(void)
printf("vo_vesa: check_events was called\n");
/* Nothing to do */
}
+
+static uint32_t preinit(const char *arg)
+{
+ return 0;
+}
+
+static void query_vaa(vo_vaa_t *vaa)
+{
+ memset(vaa,0,sizeof(vo_vaa_t));
+}