diff 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
line wrap: on
line diff
--- a/libvo/video_out.h	Mon Aug 28 18:53:02 2006 +0000
+++ b/libvo/video_out.h	Mon Aug 28 19:10:11 2006 +0000
@@ -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