Re: [FFmpeg-devel] [PATCH v3] lavfi/vf_libplacebo: allow operation without avhwdevice

2023-05-13 Thread Lynne
May 13, 2023, 17:42 by ffm...@haasn.xyz: > From: Niklas Haas > > Recent versions of libplacebo have required Vulkan versions incompatible > with lavu Vulkan hwcontexts. While this is expected to change > eventually, breaking vf_libplacebo every time there is such a transition > period is obviousl

[FFmpeg-devel] [PATCH v3] lavfi/vf_libplacebo: allow operation without avhwdevice

2023-05-13 Thread Niklas Haas
From: Niklas Haas Recent versions of libplacebo have required Vulkan versions incompatible with lavu Vulkan hwcontexts. While this is expected to change eventually, breaking vf_libplacebo every time there is such a transition period is obviously undesired behavior, as the following sea of bug rep