This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 713979919d6bd090841b847e2bad3b92eade38ad Author: Ramiro Polla <[email protected]> AuthorDate: Fri Feb 27 22:07:59 2026 +0100 Commit: Ramiro Polla <[email protected]> CommitDate: Sat Mar 14 06:13:19 2026 +0000 Revert "tests/swscale: check supported inputs for legacy swscale separately" Support for input and output formats are already checked in run_self_tests(). This reverts commit a22faeb992b2ac1d4b0e5222c02a65ac77aeb15b. Sponsored-by: Sovereign Tech Fund Signed-off-by: Ramiro Polla <[email protected]> --- libswscale/tests/swscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/tests/swscale.c b/libswscale/tests/swscale.c index fdcfec7f98..4eea9f28d4 100644 --- a/libswscale/tests/swscale.c +++ b/libswscale/tests/swscale.c @@ -354,7 +354,7 @@ static int run_test(enum AVPixelFormat src_fmt, enum AVPixelFormat dst_fmt, goto error; } - if (!ssim_ref && sws_isSupportedInput(src->format) && sws_isSupportedOutput(dst->format)) { + if (!ssim_ref) { /* Compare against the legacy swscale API as a reference */ if (scale_legacy(dst, src, mode, opts, &time_ref) < 0) { av_log(NULL, AV_LOG_ERROR, "Failed ref %s ---> %s\n", _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
