Change #269200
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Tue 02 Jun 2026 13:32:44 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | bb5c461a4732c48d947921d535e843ea67e84035 |
Comments
avfilter/vf_libplacebo: setup pl_vulkan_queue.flags on import params libplacebo versions before v365 passed .flags = 0 when retrieving the queues from imported Vulkan devices, so we have to error out in the case of a mismatch to avoid undefined behavior (Vulkan spec). See-Also: https://code.videolan.org/videolan/libplacebo/-/merge_requests/856 Sponsored-by: nxtedition AB Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libavfilter/vf_libplacebo.c