From c5a7c639377ce5d5ee3f38d6e19a13ca218aaf3c Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 15 Mar 2009 17:49:33 +0000 Subject: vdr_osd_extradata_t --- xine/vo_props.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xine/vo_props.h b/xine/vo_props.h index b769f913..73f48917 100644 --- a/xine/vo_props.h +++ b/xine/vo_props.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: vo_props.h,v 1.2 2008-12-06 15:17:33 phintuka Exp $ + * $Id: vo_props.h,v 1.3 2009-03-15 17:49:33 phintuka Exp $ * */ @@ -25,5 +25,12 @@ /* VDR OSD , hili_rgb_clut */ #define VDR_OSD_MAGIC -9999 +typedef struct { + /* extent of reference coordinate system */ + uint16_t extent_width; + uint16_t extent_height; + /* overlay layer */ + uint32_t layer; +} vdr_osd_extradata_t; #endif /* XINELIBOUTPUT_VO_PROPS_H_ */ -- cgit v1.2.3