Jan 6, 2024, 07:18 by s...@gentoo.org:

>
> Sam James <s...@gentoo.org> writes:
>
>> FIx warnings (soon to be errors in GCC 14, already so in Clang 15):
>> ```
>> src/libavcodec/vulkan_av1.c: In function ‘vk_av1_create_params’:
>> src/libavcodec/vulkan_av1.c:183:43: error: initialization of ‘long long 
>> unsigned int’ from ‘void *’ makes integer from pointer without a cast 
>> [-Wint-conversion]
>>  183 |         .videoSessionParametersTemplate = NULL,
>>  |                                           ^~~~
>> src/libavcodec/vulkan_av1.c:183:43: note: (near initialization for 
>> ‘(anonymous).videoSessionParametersTemplate’)
>> ```
>>
>> Use Vulkan's VK_NULL_HANDLE instead of bare NULL.
>>
>> Fix Trac ticket #10724.
>>
>> Was reported downstream in Gentoo at https://bugs.gentoo.org/919067.
>>
>> Signed-off-by: Sam James <s...@gentoo.org>
>>
>
> ping
>

Missed it.
Pushed, thanks.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to