diff options
author | Lynne <dev@lynne.ee> | 2024-08-11 01:01:35 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-08-11 05:13:16 +0200 |
commit | 0b25f0bc1d17a7759120e0ac1bcf901258a93cf9 (patch) | |
tree | 90b7cc43cbedf4df3d67248a03e0274b129c1c3b | |
parent | 1c05661ec4e83aecd1b07037e5cff6100234a3b6 (diff) | |
download | ffmpeg-0b25f0bc1d17a7759120e0ac1bcf901258a93cf9.tar.gz |
hwcontext_vulkan: correct comment in header
-rw-r--r-- | libavutil/hwcontext_vulkan.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libavutil/hwcontext_vulkan.h b/libavutil/hwcontext_vulkan.h index 55647f1705..2688a4757b 100644 --- a/libavutil/hwcontext_vulkan.h +++ b/libavutil/hwcontext_vulkan.h @@ -63,9 +63,8 @@ typedef struct AVVulkanDeviceContext { const VkAllocationCallbacks *alloc; /** - * Pointer to the instance-provided vkGetInstanceProcAddr loading function. - * If NULL, will pick either libvulkan or libvolk, depending on libavutil's - * compilation settings, and set this field. + * Pointer to a vkGetInstanceProcAddr loading function. + * If unset, will dynamically load and use libvulkan. */ PFN_vkGetInstanceProcAddr get_proc_addr; |