You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavu/hwcontext_vaapi: Fix type specifier for uintptr_t
Fixes a format specifier warning on x86_32 Linux. Fixes part of ticket #9986.
This commit is contained in:
@@ -1511,7 +1511,7 @@ static int vaapi_map_to_drm_abh(AVHWFramesContext *hwfc, AVFrame *dst,
|
||||
goto fail_derived;
|
||||
}
|
||||
|
||||
av_log(hwfc, AV_LOG_DEBUG, "DRM PRIME fd is %ld.\n",
|
||||
av_log(hwfc, AV_LOG_DEBUG, "DRM PRIME fd is %"PRIdPTR".\n",
|
||||
mapping->buffer_info.handle);
|
||||
|
||||
mapping->drm_desc.nb_objects = 1;
|
||||
|
Reference in New Issue
Block a user