From 29aee11d7d5f5df3c430324e31bb2436ce17a9eb Mon Sep 17 00:00:00 2001 From: Julian Scheel Date: Sun, 30 Nov 2008 20:29:04 +0000 Subject: Add imgfmt and vo_cap to headers. --- src/xine-engine/video_out.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 */ /* -- cgit v1.2.3