Change #270203
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Tue 09 Jun 2026 18:27:20 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 228ef8d97bc021630a5956cafb041d017cbe1593 |
Comments
swscale/ops: make compile() take const SwsOpList * The old x86 backend was the only backend that actually mutated the ops list. With this gone, we can constify this parameter. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/aarch64/ops.c
- libswscale/ops_dispatch.h
- libswscale/ops_memcpy.c
- libswscale/tests/sws_ops.c
- libswscale/uops.c
- libswscale/uops_backend.c
- libswscale/vulkan/ops.c
- libswscale/x86/ops.c