diff options
author | phintuka <phintuka> | 2008-11-19 22:53:05 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-19 22:53:05 +0000 |
commit | 1a03343dbbb0b091ab0a71d898d1911ffcc3ec4d (patch) | |
tree | eb90e12dad93f6df0fcc455339c1558280e8887c /vo_props.h | |
parent | 678e1c03562cff861fe60748576293392278f87e (diff) | |
download | xineliboutput-1a03343dbbb0b091ab0a71d898d1911ffcc3ec4d.tar.gz xineliboutput-1a03343dbbb0b091ab0a71d898d1911ffcc3ec4d.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'vo_props.h')
-rw-r--r-- | vo_props.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/vo_props.h b/vo_props.h deleted file mode 100644 index 487a2c5f..00000000 --- a/vo_props.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * vo_props.h: Extended video-out capabilities and properties - * - * 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:51:39 phintuka Exp $ - * - */ - -#ifndef XINELIBOUTPUT_VO_PROPS_H_ -#define XINELIBOUTPUT_VO_PROPS_H_ - - -/* output can scale OSD */ -#define VO_CAP_OSDSCALING 0x01000000 - -/* enable/disable OSD scaling */ -#define VO_PROP_OSD_SCALING 0x1001 -/* OSD width */ -#define VO_PROP_OSD_WIDTH 0x1002 -/* OSD height */ -#define VO_PROP_OSD_HEIGHT 0x1003 - - -#endif /* XINELIBOUTPUT_VO_PROPS_H_ */ |