summaryrefslogtreecommitdiffstats
path: root/libvo/vo_mga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_mga.c')
-rw-r--r--libvo/vo_mga.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index a278ae7c08..8d0fa440ab 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -146,5 +146,12 @@ static void check_events(void)
{
}
+static uint32_t preinit(const char *arg)
+{
+ return 0;
+}
-
+static void query_vaa(vo_vaa_t *vaa)
+{
+ memset(vaa,0,sizeof(vo_vaa_t));
+}