Change #273744
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Thu 02 Jul 2026 20:39:29 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | da8f9c4cacc2abac68855bf702ed4add2c43f5c3 |
Comments
swscale/ops: Move stuff for enumerating op lists out
It is not used for normal builds, so move the code into
a new file, uops_macros_gen_template.c to be included
by its only users, namely tests/sws_ops{,_aarch64}.c
and uops_macros_gen.c.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libswscale/op_list_gen_template.c
- libswscale/ops.c
- libswscale/ops.h
- libswscale/tests/sws_ops.c
- libswscale/tests/sws_ops_aarch64.c
- libswscale/uops_macros_gen.c