diff options
Diffstat (limited to 'include/xine.h.tmpl.in')
-rw-r--r-- | include/xine.h.tmpl.in | 34 |
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 */ |