From b49089c65f7cfa2293cb432606d0ac13cb9353f3 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Wed, 26 Sep 2001 17:19:48 +0000 Subject: - Trying to fix video window size for mpeg streams with aspect_ratio_information==1 ("square source pels") - Add aspect_ratio_information==4 (2.21:1) - Aspect ratio switching ('a' key) now cycles through "square source pels", too. CVS patchset: 698 CVS date: 2001/09/26 17:19:48 --- include/xine.h.tmpl.in | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index e088a505e..9a804c30f 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.41 2001/09/16 23:13:45 f1rmb Exp $ + * $Id: xine.h.tmpl.in,v 1.42 2001/09/26 17:19:48 jkeil Exp $ * */ @@ -317,6 +317,18 @@ int xine_check_version(int major, int minor, int sub); * \sa VO_PROP_ASPECT_RATIO */ #define ASPECT_DVB 3 +/** + * \def ASPECT_SQUARE + * Set aspect ration to square pels. + * \sa VO_PROP_ASPECT_RATIO + */ +#define ASPECT_SQUARE 4 +/** + * \def NUM_ASPECT_RATIOS + * Number of aspect ratios supported for VO_PROP_ASPECT_RATIO property. + * \sa VO_PROP_ASPECT_RATIO + */ +#define NUM_ASPECT_RATIOS 5 /** @} end of video_ratio */ -- cgit v1.2.3