1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avutil/hwcontext_vulkan: use uint64_t specifier in an av_log() call

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2025-08-08 12:02:51 -03:00
parent 88bec585bc
commit 1cde49ed82

View File

@@ -3037,7 +3037,7 @@ static int vulkan_frames_init(AVHWFramesContext *hwfc)
}
if (mod_props == NULL) {
av_log(hwfc, AV_LOG_ERROR, "No DRM format modifier properties found for modifier 0x%016lx\n",
av_log(hwfc, AV_LOG_ERROR, "No DRM format modifier properties found for modifier 0x%016"PRIx64"\n",
drm_mod.drmFormatModifier);
av_free(modp.pDrmFormatModifierProperties);
vulkan_frame_free(hwfc, f);