forked from FFmpeg/FFmpeg
hwcontext_vulkan: correct comment in header
This commit is contained in:
parent
1c05661ec4
commit
0b25f0bc1d
1 changed files with 2 additions and 3 deletions
|
@ -63,9 +63,8 @@ typedef struct AVVulkanDeviceContext {
|
||||||
const VkAllocationCallbacks *alloc;
|
const VkAllocationCallbacks *alloc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pointer to the instance-provided vkGetInstanceProcAddr loading function.
|
* Pointer to a vkGetInstanceProcAddr loading function.
|
||||||
* If NULL, will pick either libvulkan or libvolk, depending on libavutil's
|
* If unset, will dynamically load and use libvulkan.
|
||||||
* compilation settings, and set this field.
|
|
||||||
*/
|
*/
|
||||||
PFN_vkGetInstanceProcAddr get_proc_addr;
|
PFN_vkGetInstanceProcAddr get_proc_addr;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue