Change #272099
| Category | ffmpeg |
| Changed by | Ramiro Polla <ramiro.polla@gmail.com> |
| Changed at | Mon 22 Jun 2026 13:56:31 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 7fc637fc0c795359ee826ba73c7b651b93eb6275 |
Comments
swscale/aarch64/ops: fix mask for swizzle ops The mask for swizzle ops assumed that merely having a component assigned to itself was enough to detect whether the swizzle was needed for that component, but that wasn't correct. We should also take into account whether the component is needed for the next operation or not. Additionally, prevent duplicate functions from being generated by clearing the swizzle index for unused components. 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