Change #270240
| Category | ffmpeg |
| Changed by | Ramiro Polla <ramiro.polla@gmail.com> |
| Changed at | Wed 10 Jun 2026 01:47:10 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 19250a184601742ac1b60795f0323692a445c048 |
Comments
swscale/aarch64/ops: use plain `ret` instruction Use a call/ret pair instead of awkwardly exporting and then jumping back to the return label. This is similar to c29465bcb6, but for aarch64. Sponsored-by: Sovereign Tech Fund Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>
Changed files
- libswscale/aarch64/ops.c
- libswscale/aarch64/ops_asmgen.c
- libswscale/aarch64/ops_entries.c
- libswscale/aarch64/ops_impl.c
- libswscale/aarch64/ops_impl.h
- libswscale/tests/sws_ops_aarch64.c