summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/xine/video_out.h4
1 files changed, 3 insertions, 1 deletions
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