summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau_internal.h
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2016-02-12 20:38:42 +0200
committerLuca Barbato <lu_zero@gentoo.org>2016-02-13 14:42:38 +0100
commit8d34a2f803c9ca9433b5a51bacbbe352e8d327e2 (patch)
treef5aa7398c97f78fab652a7591d686394c71b538a /libavcodec/vdpau_internal.h
parent8958c5c64d05453204642b55a7b8b44c93023b17 (diff)
vdpau: Support for VDPAU accelerated HEVC decoding
Signed-off-by: RĂ©mi Denis-Courmont <remi@remlab.net> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/vdpau_internal.h')
-rw-r--r--libavcodec/vdpau_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h
index f35c99d3a5..c7281a6b5e 100644
--- a/libavcodec/vdpau_internal.h
+++ b/libavcodec/vdpau_internal.h
@@ -46,6 +46,9 @@ union VDPAUPictureInfo {
#ifdef VDP_DECODER_PROFILE_H264_HIGH_444_PREDICTIVE
VdpPictureInfoH264Predictive h264_predictive;
#endif
+#ifdef VDP_DECODER_PROFILE_HEVC_MAIN
+ VdpPictureInfoHEVC hevc;
+#endif
};
typedef struct VDPAUHWContext {