summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Lampard <mlampard@users.sourceforge.net>2001-11-10 06:20:39 +0000
committerMike Lampard <mlampard@users.sourceforge.net>2001-11-10 06:20:39 +0000
commitf7e4e78376de2cc52288ad14fce67c76f2822c05 (patch)
treeb73a48625825a0c75e926142e79968ed67a0cfd1 /include
parent30e62561b2dd7211782a42a420795dbee9debbf0 (diff)
downloadxine-lib-f7e4e78376de2cc52288ad14fce67c76f2822c05.tar.gz
xine-lib-f7e4e78376de2cc52288ad14fce67c76f2822c05.tar.bz2
new VO_PROP_TVMODE property
CVS patchset: 1008 CVS date: 2001/11/10 06:20:39
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index a0ca6943a..b6e39d6e5 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.52 2001/11/04 11:53:07 siggi Exp $
+ * $Id: xine.h.tmpl.in,v 1.53 2001/11/10 06:20:39 mlampard Exp $
*
*/
@@ -291,11 +291,17 @@ int xine_check_version(int major, int minor, int sub);
*/
#define VO_PROP_OFFSET_Y 10
/**
+ * \def VO_PROP_OFFSET_Y
+ * Change TVmode property.
+ * \sa vo_driver_t
+ */
+#define VO_PROP_TVMODE 11
+/**
* \def VO_NUM_PROPERTIES
* Number of available properties property.
* \sa vo_driver_t
*/
-#define VO_NUM_PROPERTIES 11
+#define VO_NUM_PROPERTIES 12
/** @} end of video_prop */