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
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
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