]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vdpau_internal.h
avdevice: Constify all devices
[ffmpeg] / libavcodec / vdpau_internal.h
index 4d63e50b165ed7d26ed4b4b17df42e8444df9757..b6ea078cb2f2082b7cb58e354330d5889afbab6b 100644 (file)
@@ -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 {