From 0fa51028db5e8c119a7f1adf6a32932a0cb7827b Mon Sep 17 00:00:00 2001 From: Christophe Thommeret Date: Thu, 8 Apr 2010 18:56:49 +0200 Subject: Add two new VO_CAP_*: SHARPNESS and NOISE_REDUCTION. Fix vdpau VO driver caps. --- include/xine/video_out.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/xine') diff --git a/include/xine/video_out.h b/include/xine/video_out.h index 291d2fffc..f82887d6f 100644 --- a/include/xine/video_out.h +++ b/include/xine/video_out.h @@ -309,6 +309,8 @@ struct xine_video_port_s { #define VO_CAP_ARGB_LAYER_OVERLAY 0x02000000 /* driver supports true color overlay */ #define VO_CAP_VIDEO_WINDOW_OVERLAY 0x04000000 /* driver can scale video to an area within overlay */ #define VO_CAP_GAMMA 0x08000000 +#define VO_CAP_SHARPNESS 0x10000000 +#define VO_CAP_NOISE_REDUCTION 0x20000000 /* -- cgit v1.2.3