Re: [FFmpeg-devel] libavcodec: add Vulkan common video code

2023-05-18 Thread Lynne
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 =

Re: [FFmpeg-devel] libavcodec: add Vulkan common video code

2023-05-18 Thread Anton Khirnov
> 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) > +