Change #264760
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Thu 16 Apr 2026 23:24:22 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 6a83e153920f5220a022fa99c67c04818632038e |
Comments
swscale/ops_chain: simplify SwsClearOp checking Since this now has an explicit mask, we can just check that directly, instead of relying on the unused comps hack/trick. Additionally, this also allows us to distinguish between fixed value and arbitrary value clears by just having the SwsOpEntry contain NAN values iff they support any clear value. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops_chain.c
- libswscale/ops_chain.h
- libswscale/ops_tmpl_common.c
- libswscale/x86/ops.c