From f7e4e78376de2cc52288ad14fce67c76f2822c05 Mon Sep 17 00:00:00 2001 From: Mike Lampard Date: Sat, 10 Nov 2001 06:20:39 +0000 Subject: new VO_PROP_TVMODE property CVS patchset: 1008 CVS date: 2001/11/10 06:20:39 --- include/xine.h.tmpl.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'include') 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 $ * */ @@ -290,12 +290,18 @@ int xine_check_version(int major, int minor, int sub); * \sa vo_driver_t */ #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 */ -- cgit v1.2.3