Change #271915
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Sat 20 Jun 2026 03:08:33 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 8cc6b2ddafe184cf544a0a10a954570740e94912 |
Comments
swscale/tests/swscale: fix unscaled subsampled chroma format check This should be matching against the *chroma* scaler, not the main scaler. Of course, under normal circumstances, scaler_sub matches scaler, but this allows users to explicitly override this defaulting by setting e.g. -scaler none -scaler_sub bicubic Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/tests/swscale.c