From 0fe4207dfba3a8b28db86522d2b5b78df7379a5e Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 17 Feb 2007 20:58:55 +0000 Subject: Move common vo initialization code to video_out.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22250 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libvo/video_out.h') 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 -- cgit v1.2.3