Change #263345
| Category | ffmpeg |
| Changed by | Lynne <dev@lynne.ee> |
| Changed at | Thu 02 Apr 2026 21:15:05 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 0a543441be73fcd586cbf10feb51e039405360b1 |
Comments
swscale/vulkan: always reserve 4 image descriptors The issue is that with multiplane images, or packed images, there may be some mismatching between what .elems has, and what we need. Descriptors are cheap, so just always reserve 4. Sponsored-by: Sovereign Tech Fund
Changed files
- libswscale/vulkan/ops.c