diff options
author | James Almer <jamrial@gmail.com> | 2021-04-29 13:32:24 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-04-29 14:04:02 -0300 |
commit | ffeeff4fbccbf9c9269ac24fe56285b224426141 (patch) | |
tree | 9a908def4b589f670ddbdc47127f4316bfe705e3 /libavutil/hwcontext_vulkan.h | |
parent | ab38a48c485d2167e1b53eb5fb684862cf35d47c (diff) | |
download | ffmpeg-ffeeff4fbccbf9c9269ac24fe56285b224426141.tar.gz |
avutil/hwcontext_vulkan: fix format specifiers for some printed variables
VkPhysicalDeviceLimits.optimalBufferCopyRowPitchAlignment and
VkPhysicalDeviceExternalMemoryHostPropertiesEXT.minImportedHostPointerAlignment are of type
VkDeviceSize (a typedef uint64_t).
VkPhysicalDeviceLimits.minMemoryMapAlignment is of type size_t.
Signed-off-by: James Almer <jamrial@gmail.com>
Reviewed-by: Lynne <dev@lynne.ee>
Diffstat (limited to 'libavutil/hwcontext_vulkan.h')
0 files changed, 0 insertions, 0 deletions