diff options
Diffstat (limited to 'include/xine/video_out.h')
-rw-r--r-- | include/xine/video_out.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/xine/video_out.h b/include/xine/video_out.h index 201d0149f..9d5380884 100644 --- a/include/xine/video_out.h +++ b/include/xine/video_out.h @@ -261,7 +261,9 @@ struct xine_video_port_s { #define VO_PROP_OUTPUT_YOFFSET 22 /* read-only */ #define VO_PROP_SHARPNESS 24 #define VO_PROP_NOISE_REDUCTION 25 -#define VO_NUM_PROPERTIES 26 +#define VO_PROP_BUFS_TOTAL 26 /* read-only */ +#define VO_PROP_BUFS_FREE 27 /* read-only */ +#define VO_NUM_PROPERTIES 28 /* number of colors in the overlay palette. Currently limited to 256 at most, because some alphablend functions use an 8-bit index into |