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
-
sType
is the type of this structure. -
pNext
isNULL
or a pointer to an extension specific structure. -
pStdMvc
is 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.