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-source.html | 41 +++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 10 deletions(-) (limited to 'doc/xine-lib-API/html/xine_8h-source.html') diff --git a/doc/xine-lib-API/html/xine_8h-source.html b/doc/xine-lib-API/html/xine_8h-source.html index b474d0c60..fa93d4f49 100644 --- a/doc/xine-lib-API/html/xine_8h-source.html +++ b/doc/xine-lib-API/html/xine_8h-source.html @@ -10,7 +10,7 @@ Main Page   Modules   Data Structures   File List   Data Fields   Globals  

xine.h

Go to the documentation of this file.
00001 /* !! DO NO EDIT THIS FILE, it is automatically generated */
 00031 /*
-00032  * $Id: xine_8h-source.html,v 1.3 2001/10/05 13:41:53 f1rmb Exp $
+00032  * $Id: xine_8h-source.html,v 1.4 2001/10/14 23:19:59 f1rmb Exp $
 00033  *
 00034  */
 00035 
@@ -37,9 +37,9 @@
 00060 
 00070 #define XINE_BUILD_CC      "gcc version 2.95.3 20010315 (release)"
 00071 
-00074 #define XINE_BUILD_OS      "Linux 2.4.9-ac7 i686"
+00074 #define XINE_BUILD_OS      "Linux 2.4.9 i686"
 00075 
-00078 #define XINE_BUILD_DATE    "Fri 05 Oct 2001 14:06:23"
+00078 #define XINE_BUILD_DATE    "Mon 15 Oct 2001 00:22:19"
 00079 
 00097 #define XINE_STOP      0
 00098 
@@ -51,7 +51,7 @@
 00123 
 00127 #define XINE_MINOR_VERSION 9
 00128 
-00132 #define XINE_SUB_VERSION   1
+00132 #define XINE_SUB_VERSION   2
 00133 
 00148 char *xine_get_str_version(void);
 00149 
@@ -400,12 +400,33 @@
 01362 
 01371 void xine_send_event(xine_t *self, event_t *event, void *data);
 01372 
-01377 #ifdef __cplusplus
-01378 }
-01379 #endif
-01380 
-01381 #endif
-

Generated at Fri Oct 5 14:17:32 2001 for XINE, A Free Video Player Project - API reference by +01391 int xine_get_current_frame (xine_t *self, int *width, int *height, +01392 int *ratio_code, int *format, +01393 uint8_t **y, uint8_t **u, +01394 uint8_t **v); +01395 +01396 +01397 +01403 #define XINE_IMGFMT_YV12 0x32315659 +01404 +01409 #define XINE_IMGFMT_YUY2 (('2'<<24)|('Y'<<16)|('U'<<8)|'Y') +01410 +01416 #define XINE_ASPECT_RATIO_SQUARE 1 +01417 +01422 #define XINE_ASPECT_RATIO_4_3 2 +01423 +01428 #define XINE_ASPECT_RATIO_ANAMORPHIC 3 +01429 +01434 #define XINE_ASPECT_RATIO_211_1 4 +01435 +01440 #define XINE_ASPECT_RATIO_DONT_TOUCH 42 +01441 +01444 #ifdef __cplusplus +01445 } +01446 #endif +01447 +01448 #endif +
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