diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2013-01-17 15:01:23 +0200 |
---|---|---|
committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2013-01-17 15:01:23 +0200 |
commit | e2c8a63b302163665de3185b43595f69b5c6468b (patch) | |
tree | 53bf623e91ab2c6aad5d277d640d41f8391930f6 /include/xine | |
parent | 62b24c4a35455b392b7f886f2a3e44261ed2d2a9 (diff) | |
download | xine-lib-e2c8a63b302163665de3185b43595f69b5c6468b.tar.gz xine-lib-e2c8a63b302163665de3185b43595f69b5c6468b.tar.bz2 |
VAAPI decoder and video output plugin from https://github.com/huceke/xine-lib-vaapi
Diffstat (limited to 'include/xine')
-rw-r--r-- | include/xine/video_out.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xine/video_out.h b/include/xine/video_out.h index de126baea..fae62b3d1 100644 --- a/include/xine/video_out.h +++ b/include/xine/video_out.h @@ -310,6 +310,7 @@ struct xine_video_port_s { #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_VAAPI 0x00000800 /* driver can use VAAPI */ #define VO_CAP_COLOR_MATRIX 0x00004000 /* driver can use alternative yuv->rgb matrices */ #define VO_CAP_FULLRANGE 0x00008000 /* driver handles fullrange yuv */ #define VO_CAP_HUE 0x00010000 |