Re: [FFmpeg-devel] [PATCH] vulkan: remove AVClass * from the context, use a logging pointer

2024-08-15 Thread Lynne via ffmpeg-devel
On 14/08/2024 12:18, Andreas Rheinhardt wrote: Lynne via ffmpeg-devel: The issue is that VulkanContext mostly always used the AVClass * from its structure, which we don't set in decode. --- libavcodec/vulkan_decode.c| 2 ++ libavfilter/vf_avgblur_vulkan.c | 2 ++ libavfilter/vf_b

Re: [FFmpeg-devel] [PATCH] vulkan: remove AVClass * from the context, use a logging pointer

2024-08-14 Thread Andreas Rheinhardt
Lynne via ffmpeg-devel: > The issue is that VulkanContext mostly always used the AVClass * > from its structure, which we don't set in decode. > --- > libavcodec/vulkan_decode.c| 2 ++ > libavfilter/vf_avgblur_vulkan.c | 2 ++ > libavfilter/vf_blend_vulkan.c | 2 ++ > libavfilter/

[FFmpeg-devel] [PATCH] vulkan: remove AVClass * from the context, use a logging pointer

2024-08-13 Thread Lynne via ffmpeg-devel
The issue is that VulkanContext mostly always used the AVClass * from its structure, which we don't set in decode. --- libavcodec/vulkan_decode.c| 2 ++ libavfilter/vf_avgblur_vulkan.c | 2 ++ libavfilter/vf_blend_vulkan.c | 2 ++ libavfilter/vf_bwdif_vulkan.c | 4 +-- libavf