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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index b2e7dadc57..3efe047361 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -68,6 +68,8 @@ typedef struct {
#define VOCTRL_SET_DEINTERLACE 30
#define VOCTRL_GET_DEINTERLACE 31
+#define VOCTRL_UPDATE_SCREENINFO 32
+
// Vo can be used by xover
#define VOCTRL_XOVERLAY_SUPPORT 22
@@ -179,6 +181,9 @@ const char *vo_format_name(int format);
int vo_init(void);
vo_functions_t* init_best_video_out(char** vo_list);
+int config_video_out(vo_functions_t *vo, uint32_t width, uint32_t height,
+ uint32_t d_width, uint32_t d_height, uint32_t flags,
+ char *title, uint32_t format);
void list_video_out(void);
// NULL terminated array of all drivers