Change #270202
| 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 | a7c6a5f74e93cfb2fe69a00d82bbce84f588c664 |
Comments
swscale/ops_chain: remove dead code This is no longer needed now that both C and x86 are ported to uops. The other ff_sws_setup_*() functions are still used by the aarch64 backend. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops_chain.c
- libswscale/ops_chain.h
- libswscale/uops_backend.c
- libswscale/x86/ops.c