summaryrefslogtreecommitdiff
path: root/include/xine
diff options
context:
space:
mode:
authorChristophe Thommeret <hftom@free.fr>2010-05-21 11:51:46 +0200
committerChristophe Thommeret <hftom@free.fr>2010-05-21 11:51:46 +0200
commitd214c516d4260b6ef0c925897dacc02befe394f7 (patch)
treebda7c443921cf7608506421eff3832731eaeef6c /include/xine
parent7da363097cc2ce5c13d4799c7c0523882976b611 (diff)
downloadxine-lib-d214c516d4260b6ef0c925897dacc02befe394f7.tar.gz
xine-lib-d214c516d4260b6ef0c925897dacc02befe394f7.tar.bz2
Check for mpeg4-part2 vdpau hardware support.
Diffstat (limited to 'include/xine')
-rw-r--r--include/xine/video_out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xine/video_out.h b/include/xine/video_out.h
index f82887d6f..201d0149f 100644
--- a/include/xine/video_out.h
+++ b/include/xine/video_out.h
@@ -297,6 +297,7 @@ struct xine_video_port_s {
#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 VC1 */
+#define VO_CAP_VDPAU_MPEG4 0x00000400 /* driver can use VDPAU for mpeg4-part2 */
#define VO_CAP_HUE 0x00010000
#define VO_CAP_SATURATION 0x00020000
#define VO_CAP_CONTRAST 0x00040000