Change #264758
| 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 | 3680642e1bd8f8d28164494d05cd4be7e300771d |
Comments
swscale/ops: simplify min/max range print check This does come with a slight change in behavior, as we now don't print the range information in the case that the range is only known for *unused* components. However, in practice, that's already guaranteed by update_comps() stripping the range info explicitly in this case. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops.c