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 --- src/xine-engine/xine_internal.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/xine_internal.h') diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 01f0b8d30..4376d4219 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_internal.h,v 1.48 2001/10/07 17:08:23 guenter Exp $ + * $Id: xine_internal.h,v 1.49 2001/10/14 23:19:59 f1rmb Exp $ * */ @@ -523,6 +523,12 @@ int xine_get_current_frame (xine_t *this, int *width, int *height, uint8_t **y, uint8_t **u, uint8_t **v); +#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 + #ifdef __cplusplus } #endif -- cgit v1.2.3