From cc6a66766d93a9baa14c3371b4ccf4ccd1d110bd Mon Sep 17 00:00:00 2001 From: eugeni Date: Mon, 28 Aug 2006 19:10:11 +0000 Subject: Add EOSD support to vf_vo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19582 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libvo') diff --git a/libvo/video_out.h b/libvo/video_out.h index 85b633278d..5c74c7e49d 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -58,6 +58,12 @@ #define VOCTRL_ONTOP 25 #define VOCTRL_ROOTWIN 26 #define VOCTRL_BORDER 27 +#define VOCTRL_DRAW_EOSD 28 +#define VOCTRL_GET_EOSD_RES 29 +typedef struct { + int w, h; // screen dimensions, including black borders + int mt, mb, ml, mr; // borders (top, bottom, left, right) +} mp_eosd_res_t; // Vo can be used by xover #define VOCTRL_XOVERLAY_SUPPORT 22 -- cgit v1.2.3