diff options
author | phintuka <phintuka> | 2009-03-15 17:49:33 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-03-15 17:49:33 +0000 |
commit | c5a7c639377ce5d5ee3f38d6e19a13ca218aaf3c (patch) | |
tree | 81ac53d02d05537220a7caea43117ae70aefacf1 | |
parent | 9443710b2ff2a21ac0b836d8f2f6a40366a8f5ce (diff) | |
download | xineliboutput-c5a7c639377ce5d5ee3f38d6e19a13ca218aaf3c.tar.gz xineliboutput-c5a7c639377ce5d5ee3f38d6e19a13ca218aaf3c.tar.bz2 |
vdr_osd_extradata_t
-rw-r--r-- | xine/vo_props.h | 9 |
1 files changed, 8 insertions, 1 deletions
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_ */ |