[FFmpeg-devel] [PATCH 13/42] avcodec/vulkan_decode: Use RefStruct API for shared_ref

2023-09-19 Thread Andreas Rheinhardt
Avoids allocations, error checks and indirections. Also increases type-safety. Signed-off-by: Andreas Rheinhardt --- libavcodec/vulkan_av1.c| 2 +- libavcodec/vulkan_decode.c | 49 -- libavcodec/vulkan_decode.h | 2 +- libavcodec/vulkan_h264.c | 2 +-

Re: [FFmpeg-devel] [PATCH 13/42] avcodec/vulkan_decode: Use RefStruct API for shared_ref

2023-10-02 Thread Lynne
Sep 19, 2023, 21:58 by andreas.rheinha...@outlook.com: > Avoids allocations, error checks and indirections. > Also increases type-safety. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/vulkan_av1.c| 2 +- > libavcodec/vulkan_decode.c | 49 -- >