Re: [FFmpeg-devel] [PATCH 2/2] vulkan_decode: use ff_vk_init

2024-09-01 Thread Anton Khirnov
Quoting Kacper Michajlow (2024-09-01 06:30:24) > On Sun, 1 Sept 2024 at 04:42, Lynne via ffmpeg-devel > wrote: > > > > This solves the issue of an av_log function being called > > with a context with invalid class. > > > > Most of the patch was written by Anton Khirnov. > > Does ffmpeg have conve

Re: [FFmpeg-devel] [PATCH 2/2] vulkan_decode: use ff_vk_init

2024-08-31 Thread Kacper Michajlow
On Sun, 1 Sept 2024 at 04:42, Lynne via ffmpeg-devel wrote: > > This solves the issue of an av_log function being called > with a context with invalid class. > > Most of the patch was written by Anton Khirnov. Does ffmpeg have conventions for such situations? I think most of the time `Co-Authored

[FFmpeg-devel] [PATCH 2/2] vulkan_decode: use ff_vk_init

2024-08-31 Thread Lynne via ffmpeg-devel
This solves the issue of an av_log function being called with a context with invalid class. Most of the patch was written by Anton Khirnov. --- libavcodec/vulkan_decode.c | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/libavcodec/vulkan_decode.c b/libavcodec/vul