C Specification
The VkVideoDecodeH264MvcEXT structure is defined as:
// Provided by VK_EXT_video_decode_h264
typedef struct VkVideoDecodeH264MvcEXT {
VkStructureType sType;
const void* pNext;
const StdVideoDecodeH264Mvc* pStdMvc;
} VkVideoDecodeH264MvcEXT;
Members
-
sTypeis the type of this structure. -
pNextisNULLor a pointer to an extension specific structure. -
pStdMvcis a pointer to H.264 codec spec information for MVC.
Description
When the content type is H.264 MVC, an instance of VkVideoDecodeH264MvcEXT must be chained to VkVideoDecodeH264PictureInfoEXT.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.