Change #264754
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Thu 16 Apr 2026 23:23:36 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | ce2ca1a18689de7915b644e4afaa61e20ade6854 |
Comments
swscale/ops_optimizer: fix commutation of U32 clear + swap_bytes This accidentally unconditionally overwrote the entire clear mask, since Q(n) always set the denominator to 1, resulting in all channels being cleared instead of just the ones with nonzero denominators. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops_optimizer.c