From 15d50842081823d2a124f0939cb8595c379c746f Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 14 Oct 2001 23:19:59 +0000 Subject: Update xine.h doxygen comments. Use constants for aspect ratio in vo drivers. CVS patchset: 812 CVS date: 2001/10/14 23:19:59 --- doc/xine-lib-API/html/xine_8h.html | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'doc/xine-lib-API/html/xine_8h.html') diff --git a/doc/xine-lib-API/html/xine_8h.html b/doc/xine-lib-API/html/xine_8h.html index d00595058..473340600 100644 --- a/doc/xine-lib-API/html/xine_8h.html +++ b/doc/xine-lib-API/html/xine_8h.html @@ -20,9 +20,9 @@ #define XINE_BUILD_CC   "gcc version 2.95.3 20010315 (release)" -#define XINE_BUILD_OS   "Linux 2.4.9-ac7 i686" +#define XINE_BUILD_OS   "Linux 2.4.9 i686" -#define XINE_BUILD_DATE   "Fri 05 Oct 2001 14:06:23" +#define XINE_BUILD_DATE   "Mon 15 Oct 2001 00:22:19" #define XINE_STOP   0 @@ -34,7 +34,7 @@ #define XINE_MINOR_VERSION   9 -#define XINE_SUB_VERSION   1 +#define XINE_SUB_VERSION   2 #define VO_CAP_HUE   0x00000010 @@ -173,6 +173,20 @@ #define VISUAL_TYPE_FB   3 #define VISUAL_TYPE_GTK   4 + +#define XINE_IMGFMT_YV12   0x32315659 + +#define XINE_IMGFMT_YUY2   (('2'<<24)|('Y'<<16)|('U'<<8)|'Y') + +#define XINE_ASPECT_RATIO_SQUARE   1 + +#define XINE_ASPECT_RATIO_4_3   2 + +#define XINE_ASPECT_RATIO_ANAMORPHIC   3 + +#define XINE_ASPECT_RATIO_211_1   4 + +#define XINE_ASPECT_RATIO_DONT_TOUCH   42

Typedefs

typedef void vo_frame_t @@ -310,6 +324,9 @@ int  void xine_send_event (xine_t *self, event_t *event, void *data)  sends an event to all listeners.

+ +int xine_get_current_frame (xine_t *self, int *width, int *height, int *ratio_code, int *format, uint8_t **y, uint8_t **u, uint8_t **v) + Snapshot function.


Detailed Description

@@ -365,7 +382,7 @@ Guenter Bartsch <guenter@users Skin file location -
Generated at Fri Oct 5 14:17:32 2001 for XINE, A Free Video Player Project - API reference by +
Generated at Mon Oct 15 01:18:06 2001 for XINE, A Free Video Player Project - API reference by doxygen1.2.8 written by Dimitri van Heesch, -- cgit v1.2.3