diff options
author | phintuka <phintuka> | 2008-12-06 15:17:33 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-12-06 15:17:33 +0000 |
commit | 2a0c000924fa3863ce398147d34fbe57d0fdb28e (patch) | |
tree | a20545d9be02d246a69c88ec6eab6206cdc5019d | |
parent | 32c5a57368c8772d8b9f5de6958a7fa25a49845f (diff) | |
download | xineliboutput-2a0c000924fa3863ce398147d34fbe57d0fdb28e.tar.gz xineliboutput-2a0c000924fa3863ce398147d34fbe57d0fdb28e.tar.bz2 |
Added VDR_OSD_MAGIC
-rw-r--r-- | xine/vo_props.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xine/vo_props.h b/xine/vo_props.h index 8cc04632..b769f913 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.1 2008-11-19 22:53:04 phintuka Exp $ + * $Id: vo_props.h,v 1.2 2008-12-06 15:17:33 phintuka Exp $ * */ @@ -22,5 +22,8 @@ /* OSD height */ #define VO_PROP_OSD_HEIGHT 0x1003 +/* VDR OSD , hili_rgb_clut */ +#define VDR_OSD_MAGIC -9999 + #endif /* XINELIBOUTPUT_VO_PROPS_H_ */ |