diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/video_out.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index fb01805df..77a7134fc 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -280,6 +280,7 @@ struct xine_video_port_s { #define VO_CAP_UNSCALED_OVERLAY 0x00000010 /* driver can blend overlay at output resolution */ #define VO_CAP_CROP 0x00000020 /* driver can crop */ #define VO_CAP_XXMC 0x00000040 /* driver can use extended XvMC */ +#define VO_CAP_VDPAU_H264 0x00000080 /* driver can use Nvidia VDPAU for H264 */ /* |