summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
authorChristophe Thommeret <hftom@free.fr>2009-01-30 17:32:06 +0000
committerChristophe Thommeret <hftom@free.fr>2009-01-30 17:32:06 +0000
commite8c9517c396f161b752c85a8b048c7cdde8c9496 (patch)
treec5da8779058b2c5e2aba29f9f0a28e80c9809dd0 /src/xine-engine
parentbff2439dc7d42332c6d81a8f46095e2274f068fe (diff)
downloadxine-lib-e8c9517c396f161b752c85a8b048c7cdde8c9496.tar.gz
xine-lib-e8c9517c396f161b752c85a8b048c7cdde8c9496.tar.bz2
Initial VC1 commit.
Diffstat (limited to 'src/xine-engine')
-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 845ab0079..bbf0dcc35 100644
--- a/src/xine-engine/video_out.h
+++ b/src/xine-engine/video_out.h
@@ -296,6 +296,7 @@ struct xine_video_port_s {
#define VO_CAP_XXMC 0x00000040 /* driver can use extended XvMC */
#define VO_CAP_VDPAU_H264 0x00000080 /* driver can use VDPAU for H264 */
#define VO_CAP_VDPAU_MPEG12 0x00000100 /* driver can use VDPAU for mpeg1/2 */
+#define VO_CAP_VDPAU_VC1 0x00000200 /* driver can use VDPAU for mpeg1/2 */
#define VO_CAP_CUSTOM_EXTENT_OVERLAY 0x01000000 /* driver can blend custom extent overlay to output extent */
#define VO_CAP_ARGB_LAYER_OVERLAY 0x02000000 /* driver supports true color overlay */