Change #259959
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Fri 06 Mar 2026 00:34:56 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 68f3886460e13f32e00a8266852e6e60462a3a08 |
Comments
swscale/ops_dispatch: split off compile/dispatch code from ops.c This code is self-contained and logically distinct from the ops-related helpers in ops.c, so it belongs in its own file. Purely cosmetic; no functional change. Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/Makefile
- libswscale/ops.c
- libswscale/ops_dispatch.c
- libswscale/ops_dispatch.h
- libswscale/ops_internal.h