C Specification
The VkVideoDecodeH264MvcInfoEXT
structure is defined as:
// Provided by VK_EXT_video_decode_h264
typedef struct VkVideoDecodeH264MvcInfoEXT {
VkStructureType sType;
const void* pNext;
const StdVideoDecodeH264Mvc* pStdMvc;
} VkVideoDecodeH264MvcInfoEXT;
Members
-
sType
is the type of this structure. -
pNext
isNULL
or a pointer to a structure extending this structure. -
pStdMvc
is a pointer to aStdVideoDecodeH264Mvc
structure specifying H.264 codec specification information for MVC.
Description
When the content type is H.264 MVC, a VkVideoDecodeH264MvcInfoEXT structure 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.