comparison libvo/video_out.h @ 19576:3e7ce339d74b

Add EOSD support to vf_vo.
author eugeni
date Mon, 28 Aug 2006 19:10:11 +0000
parents ac69ba536915
children c0bcec5150a3
comparison
equal deleted inserted replaced
19575:dbbc66400ceb 19576:3e7ce339d74b
56 #define VOCTRL_START_SLICE 21 56 #define VOCTRL_START_SLICE 21
57 57
58 #define VOCTRL_ONTOP 25 58 #define VOCTRL_ONTOP 25
59 #define VOCTRL_ROOTWIN 26 59 #define VOCTRL_ROOTWIN 26
60 #define VOCTRL_BORDER 27 60 #define VOCTRL_BORDER 27
61 #define VOCTRL_DRAW_EOSD 28
62 #define VOCTRL_GET_EOSD_RES 29
63 typedef struct {
64 int w, h; // screen dimensions, including black borders
65 int mt, mb, ml, mr; // borders (top, bottom, left, right)
66 } mp_eosd_res_t;
61 67
62 // Vo can be used by xover 68 // Vo can be used by xover
63 #define VOCTRL_XOVERLAY_SUPPORT 22 69 #define VOCTRL_XOVERLAY_SUPPORT 22
64 70
65 #define VOCTRL_XOVERLAY_SET_COLORKEY 24 71 #define VOCTRL_XOVERLAY_SET_COLORKEY 24