Change #264513
| Category | ffmpeg |
| Changed by | Stéphane Cerveau <scerveau@igalia.com> |
| Changed at | Tue 14 Apr 2026 23:31:45 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 3f9e04b48958ca9cd75ce9f36feb30cd6d861add |
Comments
vulkan: fix encode feedback query handling Check that the driver supports both BUFFER_OFFSET and BYTES_WRITTEN encode feedback flags before creating the query pool, failing with EINVAL if either is missing. Set these flags explicitly instead of masking off HAS_OVERRIDES with a bitwise NOT, which could pass unrecognized bits from newer drivers to vkCreateQueryPool causing validation errors and crashes.
Changed files
- libavcodec/vulkan_encode.c