]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vdpau_internal.h
avformat/dashenc: Remove deprecated min_seg_duration option
[ffmpeg] / libavcodec / vdpau_internal.h
index 1ee38dbc55bb36571efc0b50fd7811ea63c5628b..b6ea078cb2f2082b7cb58e354330d5889afbab6b 100644 (file)
@@ -54,6 +54,9 @@ union VDPAUPictureInfo {
 #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 {