summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/video_out.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 6202d6e571..b77d18a659 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -91,6 +91,8 @@ typedef struct vo_functions_s
} vo_functions_t;
char *vo_format_name(int format);
+int vo_init(void);
+
// NULL terminated array of all drivers
extern vo_functions_t* video_out_drivers[];