From 85c5b26db3a65050d350407f96e268c9aaf7fc18 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Mon, 11 Jun 2012 12:56:39 +0300 Subject: Added VO_PROP_MAX_VIDEO_WIDTH and VO_PROP_MAX_VIDEO_HEIGHT --- include/xine/video_out.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/xine/video_out.h b/include/xine/video_out.h index 5a0401160..1712f5d87 100644 --- a/include/xine/video_out.h +++ b/include/xine/video_out.h @@ -266,7 +266,9 @@ struct xine_video_port_s { #define VO_PROP_NOISE_REDUCTION 25 #define VO_PROP_BUFS_TOTAL 26 /* read-only */ #define VO_PROP_BUFS_FREE 27 /* read-only */ -#define VO_NUM_PROPERTIES 28 +#define VO_PROP_MAX_VIDEO_WIDTH 28 /* read-only */ +#define VO_PROP_MAX_VIDEO_HEIGHT 29 /* read-only */ +#define VO_NUM_PROPERTIES 30 /* number of colors in the overlay palette. Currently limited to 256 at most, because some alphablend functions use an 8-bit index into -- cgit v1.2.3