You've already forked FFmpeg
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:
@@ -3037,7 +3037,7 @@ static int vulkan_frames_init(AVHWFramesContext *hwfc)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (mod_props == NULL) {
|
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);
|
drm_mod.drmFormatModifier);
|
||||||
av_free(modp.pDrmFormatModifierProperties);
|
av_free(modp.pDrmFormatModifierProperties);
|
||||||
vulkan_frame_free(hwfc, f);
|
vulkan_frame_free(hwfc, f);
|
||||||
|
Reference in New Issue
Block a user