May 18, 2023, 10:34 by an...@khirnov.net:
>> commit 3257feba101053b0b3689147c1a8850f68448f62
>> Author: Lynne
>> Date: Sun Dec 18 08:31:03 2022 +0100
>>
>> libavcodec: add Vulkan common video code
>>
>> +static AVBufferRef *alloc_data_buf(void *opaque, size_t size)
>> +{
>> +uint8_t *buf =
> commit 3257feba101053b0b3689147c1a8850f68448f62
> Author: Lynne
> Date: Sun Dec 18 08:31:03 2022 +0100
>
> libavcodec: add Vulkan common video code
>
> +static AVBufferRef *alloc_data_buf(void *opaque, size_t size)
> +{
> +uint8_t *buf = av_mallocz(size);
> +if (!buf)
> +