From 0ee66af23049eba5ff2aa82f80e316ec3ddb59d2 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Tue, 5 Mar 2002 20:39:05 +0000 Subject: Add video out get_property function call ---------------------------------------------------------------------- CVS patchset: 1536 CVS date: 2002/03/05 20:39:05 --- include/xine.h.tmpl.in | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index fc2091e50..8972871d2 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -28,7 +28,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.82 2002/02/25 01:23:41 guenter Exp $ + * $Id: xine.h.tmpl.in,v 1.83 2002/03/05 20:39:05 jcdutton Exp $ * */ @@ -316,13 +316,24 @@ int xine_check_version(int major, int minor, int sub); * ask video driver how many frames it can allocate * \sa vo_driver_t */ -#define VO_PROP_MAX_NUM_FRAMES 11 +#define VO_PROP_MAX_NUM_FRAMES 11 +/** + * \def VO_PROP_VO_TYPE + * ask video driver what type it is. E.g. dxr3 + * \sa vo_driver_t + */ +#define VO_PROP_VO_TYPE 12 + +/* VO_PROP_VO_TYPES */ +#define VO_TYPE_UNKNOWN 0 +#define VO_TYPE_DXR3 1 + /** * \def VO_NUM_PROPERTIES * Number of available properties property. * \sa vo_driver_t */ -#define VO_NUM_PROPERTIES 12 +#define VO_NUM_PROPERTIES 13 /** @} end of video_prop */ -- cgit v1.2.3