Change #275114
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Fri 17 Jul 2026 15:23:21 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 784f4c10cd1f05f23f197af2456a4f461ca24167 |
Comments
swscale/uops: add ff_sws_shuffle_mask() helper This takes an arbitrary shuffle mask and expands it out to the needed number of bytes by repeating pixels. I decided to have the implementation live in ops_optimizer.c to locate it closer to the code where these shuffle masks are generated, to aid in understanding, and because the optimizer will itself use it (in the following commit). Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops_optimizer.c
- libswscale/uops.h