X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvdpau_internal.h;h=b6ea078cb2f2082b7cb58e354330d5889afbab6b;hb=d92f38c179591a608390ffa9fee59c309142e79d;hp=4d63e50b165ed7d26ed4b4b17df42e8444df9757;hpb=f32d2939555706365ad1d39aadd5ee7ce1d9fa4f;p=ffmpeg diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h index 4d63e50b165..b6ea078cb2f 100644 --- a/libavcodec/vdpau_internal.h +++ b/libavcodec/vdpau_internal.h @@ -51,6 +51,12 @@ union VDPAUPictureInfo { #ifdef VDP_DECODER_PROFILE_HEVC_MAIN VdpPictureInfoHEVC hevc; #endif +#ifdef VDP_YCBCR_FORMAT_Y_U_V_444 + VdpPictureInfoHEVC444 hevc_444; +#endif +#ifdef VDP_DECODER_PROFILE_VP9_PROFILE_0 + VdpPictureInfoVP9 vp9; +#endif }; typedef struct VDPAUHWContext {