Change #264767
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Thu 16 Apr 2026 23:25:10 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | df4fe85ae309f8d395a188f11b71830f149909d3 |
Comments
swscale/ops_chain: replace SwsOpEntry.unused by SwsCompMask Needed to allow us to phase out SwsComps.unused altogether. It's worth pointing out the change in semantics; while unused tracks the unused *input* components, the mask is defined as representing the computed *output* components. This is 90% the same, expect for read/write, pack/unpack, and clear; which are the only operations that can be used to change the number of components. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops_backend.h
- libswscale/ops_chain.c
- libswscale/ops_chain.h
- libswscale/ops_tmpl_common.c
- libswscale/ops_tmpl_float.c
- libswscale/ops_tmpl_int.c
- libswscale/x86/ops.c