On 19 Jul 2022, at 20:31, Amir Mazzarella wrote:
> Ping
>
> On Fri, Jul 8, 2022 at 8:57 PM Amir Mazzarella wrote:
>
>> FFVulkanExtensions enum does not have a value for 0 defined, and bitwise
>> OR on enums is not safe. The function returns uint64_t, so it makes more
>> sense and is safer to d
Ping
On Fri, Jul 8, 2022 at 8:57 PM Amir Mazzarella wrote:
> FFVulkanExtensions enum does not have a value for 0 defined, and bitwise
> OR on enums is not safe. The function returns uint64_t, so it makes more
> sense and is safer to do arithmetic in terms of uint64_t
>
> Signed-off-by: Amir Mazz
FFVulkanExtensions enum does not have a value for 0 defined, and bitwise OR on
enums is not safe. The function returns uint64_t, so it makes more sense and is
safer to do arithmetic in terms of uint64_t
Signed-off-by: Amir Mazzarella
---
libavutil/vulkan_loader.h | 4 ++--
1 file changed, 2 in