[FFmpeg-devel] [PATCH] avutil/hwcontext_vaapi: use the correct type for VASurfaceAttribExternalBuffers.buffers

Sebastian Ramacher sramacher at debian.org
Thu Aug 1 11:34:43 EEST 2024


On 2024-07-31 10:01:15 -0300, James Almer wrote:
> Should fix ticket #11115.
> 
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> Untested.
> 
>  libavutil/hwcontext_vaapi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavutil/hwcontext_vaapi.c b/libavutil/hwcontext_vaapi.c
> index 4cb25dd032..15fd84aa40 100644
> --- a/libavutil/hwcontext_vaapi.c
> +++ b/libavutil/hwcontext_vaapi.c
> @@ -1225,7 +1225,7 @@ static int vaapi_map_from_drm(AVHWFramesContext *src_fc, AVFrame *dst,
>  
>      if (!use_prime2 || vas != VA_STATUS_SUCCESS) {
>          int k;
> -        unsigned long buffer_handle;
> +        uintptr_t buffer_handle;
>          VASurfaceAttribExternalBuffers buffer_desc;
>          VASurfaceAttrib buffer_attrs[2] = {
>              {
> -- 
> 2.45.2

Thanks, build tested ok.

Cheers
-- 
Sebastian Ramacher


More information about the ffmpeg-devel mailing list