Change #265893
| Category | ffmpeg |
| Changed by | Martin Storsjö <martin@martin.st> |
| Changed at | Wed 29 Apr 2026 12:49:27 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 9653588441f8dc855da9805ef5abba7946c8d3cb |
Comments
libswscale/arm: Switch consistent indentation to common style Some of these files aligned instructions to 4/24 columns, while we commonly indent arm/aarch64 assembly to 8/24 columns. Some of these files also used a different alignment for the operands.
Changed files
- libswscale/arm/hscale.S
- libswscale/arm/output.S
- libswscale/arm/rgb2yuv_neon_16.S
- libswscale/arm/rgb2yuv_neon_32.S
- libswscale/arm/rgb2yuv_neon_common.S
- libswscale/arm/yuv2rgb_neon.S