summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 04e0c219ea..c6bd52e3f1 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -151,6 +151,9 @@ typedef struct vo_functions_s
char *vo_format_name(int format);
int vo_init(void);
+vo_functions_t* init_best_video_out(char** vo_list);
+void list_video_out();
+
// NULL terminated array of all drivers
extern vo_functions_t* video_out_drivers[];