Change #264757
| 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 | 9bb2b11d5b28898d62a07ff5e7689c25ac6999f5 |
Comments
swscale/ops: add SwsCompMask parameter to print_q4() Instead of implicitly excluding NAN values if ignore_den0 is set. This gives callers more explicit control over which values to print, and in doing so, makes sure "unintended" NaN values are properly printed as such. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops.c