Change #270237
| Category | ffmpeg |
| Changed by | Ramiro Polla <ramiro.polla@gmail.com> |
| Changed at | Wed 10 Jun 2026 01:46:29 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 692951d1c22faf5a51ca1467aae474e5d0f69193 |
Comments
swscale/tests/sws_ops_aarch64: fix skipping of scaling ops Scaling ops were add to ff_sws_enum_op_lists() in 1d841635. But the code that skipped scaling ops in convert_to_aarch64_impl() wasn't taking into consideration that, in sws_ops_aarch64, the scaling ops aren't folded into read ops. Also updates libswscale/aarch64/ops_entries.c with the new entries. Sponsored-by: Sovereign Tech Fund Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>
Changed files
- libswscale/aarch64/ops_entries.c
- libswscale/aarch64/ops_impl_conv.c
- libswscale/tests/sws_ops_aarch64.c