summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulian Scheel <julian@jusst.de>2008-11-30 20:29:04 +0000
committerJulian Scheel <julian@jusst.de>2008-11-30 20:29:04 +0000
commit29aee11d7d5f5df3c430324e31bb2436ce17a9eb (patch)
tree76a7713d845b9d25b3d99c079b063e78e3ab4c11 /src
parent90f583c4ac8c40dcfdf3ae3f02ff78ed7ca65b67 (diff)
downloadxine-lib-29aee11d7d5f5df3c430324e31bb2436ce17a9eb.tar.gz
xine-lib-29aee11d7d5f5df3c430324e31bb2436ce17a9eb.tar.bz2
Add imgfmt and vo_cap to headers.
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/video_out.h1
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 */
/*