C Specification
The VkVideoDecodeH264DpbSlotInfoEXT structure correlates a DPB slot index with codec-specific information and is defined as:
// Provided by VK_EXT_video_decode_h264
typedef struct VkVideoDecodeH264DpbSlotInfoEXT {
VkStructureType sType;
const void* pNext;
const StdVideoDecodeH264ReferenceInfo* pStdReferenceInfo;
} VkVideoDecodeH264DpbSlotInfoEXT;
Members
-
sType
is the type of this structure. -
pStdReferenceInfo
is a pointer to the codec standard specific picture reference information from H.264 spec.
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.