diff options
author | Christophe Thommeret <hftom@free.fr> | 2010-04-08 18:56:49 +0200 |
---|---|---|
committer | Christophe Thommeret <hftom@free.fr> | 2010-04-08 18:56:49 +0200 |
commit | 0fa51028db5e8c119a7f1adf6a32932a0cb7827b (patch) | |
tree | 5539e53761a3824d707a9ed70ef14012f3fa07c1 /include | |
parent | f8ca2f9dcd2384b8069120845d04c0c44e5dd959 (diff) | |
download | xine-lib-0fa51028db5e8c119a7f1adf6a32932a0cb7827b.tar.gz xine-lib-0fa51028db5e8c119a7f1adf6a32932a0cb7827b.tar.bz2 |
Add two new VO_CAP_*: SHARPNESS and NOISE_REDUCTION. Fix vdpau VO driver caps.
Diffstat (limited to 'include')
-rw-r--r-- | include/xine/video_out.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 /* |