summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-02-25 01:23:41 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-02-25 01:23:41 +0000
commitf8725da8cdb8f536f9bc6ee7e6e5ca2a1e9ee68c (patch)
tree0edbe17003d735943dae0472216dab698e39bebe /include
parent8a295be88848187e9b30638990d194d3717e2554 (diff)
downloadxine-lib-f8725da8cdb8f536f9bc6ee7e6e5ca2a1e9ee68c.tar.gz
xine-lib-f8725da8cdb8f536f9bc6ee7e6e5ca2a1e9ee68c.tar.bz2
*phew* Xv video output driver works now, zoom feature has been stripped down a little. Code is cleaned up, identifiers should be consistent with xshm driver (as far as possible)
CVS patchset: 1516 CVS date: 2002/02/25 01:23:41
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in34
1 files changed, 14 insertions, 20 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index 33cb03340..fc2091e50 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.81 2002/02/16 22:43:24 guenter Exp $
+ * $Id: xine.h.tmpl.in,v 1.82 2002/02/25 01:23:41 guenter Exp $
*
*/
@@ -294,41 +294,35 @@ int xine_check_version(int major, int minor, int sub);
*/
#define VO_PROP_AUTOPAINT_COLORKEY 7
/**
- * \def VO_PROP_ZOOM_X
- * Horizontal zoom property.
+ * \def VO_PROP_ZOOM_FACTOR
+ * zoom factor (in percent).
* \sa vo_driver_t
*/
-#define VO_PROP_ZOOM_X 8
+#define VO_PROP_ZOOM_FACTOR 8
/**
- * \def VO_PROP_ZOOM_Y
- * Vertical zoom property.
+ * \def VO_PROP_PAN_SCAN
+ * switch pan&scan on/off
* \sa vo_driver_t
*/
-#define VO_PROP_ZOOM_Y 9
+#define VO_PROP_PAN_SCAN 9
/**
- * \def VO_PROP_OFFSET_X
- * Horizontal offset property.
- * \sa vo_driver_t
- */
-#define VO_PROP_OFFSET_X 10
-/**
- * \def VO_PROP_OFFSET_Y
- * Vertical offset property.
+ * \def VO_PROP_TVMODE
+ * Change TVmode property.
* \sa vo_driver_t
*/
-#define VO_PROP_OFFSET_Y 11
+#define VO_PROP_TVMODE 10
/**
- * \def VO_PROP_TVMODE
- * Change TVmode property.
+ * \def VO_PROP_MAX_NUM_FRAMES
+ * ask video driver how many frames it can allocate
* \sa vo_driver_t
*/
-#define VO_PROP_TVMODE 12
+#define VO_PROP_MAX_NUM_FRAMES 11
/**
* \def VO_NUM_PROPERTIES
* Number of available properties property.
* \sa vo_driver_t
*/
-#define VO_NUM_PROPERTIES 13
+#define VO_NUM_PROPERTIES 12
/** @} end of video_prop */