comparison libvo/video_out.h @ 32391:b4c3659d16b1

Use a dynamic list for the sources of EOSD elements.
author cigaes
date Sun, 10 Oct 2010 09:27:11 +0000
parents ff2204a57cd3
children 9e627a1793b1
comparison
equal deleted inserted replaced
32390:b33aed46ecda 32391:b4c3659d16b1
72 #define VOCTRL_ONTOP 25 72 #define VOCTRL_ONTOP 25
73 #define VOCTRL_ROOTWIN 26 73 #define VOCTRL_ROOTWIN 26
74 #define VOCTRL_BORDER 27 74 #define VOCTRL_BORDER 27
75 #define VOCTRL_DRAW_EOSD 28 75 #define VOCTRL_DRAW_EOSD 28
76 #define VOCTRL_GET_EOSD_RES 29 76 #define VOCTRL_GET_EOSD_RES 29
77 typedef struct {
78 int w, h; // screen dimensions, including black borders
79 int srcw, srch; // unscaled source dimensions
80 int mt, mb, ml, mr; // borders (top, bottom, left, right)
81 } mp_eosd_res_t;
82 77
83 #define VOCTRL_SET_DEINTERLACE 30 78 #define VOCTRL_SET_DEINTERLACE 30
84 #define VOCTRL_GET_DEINTERLACE 31 79 #define VOCTRL_GET_DEINTERLACE 31
85 80
86 #define VOCTRL_UPDATE_SCREENINFO 32 81 #define VOCTRL_UPDATE_SCREENINFO 32